Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET framework tests to CI #9

Open
lambchop4prez opened this issue May 4, 2023 · 1 comment
Open

Add .NET framework tests to CI #9

lambchop4prez opened this issue May 4, 2023 · 1 comment
Labels
build Building, testing, packaging, CI, or other build-related issues

Comments

@lambchop4prez
Copy link
Collaborator

There's a collection of tests that ensure we don't break compatibility with .NET 4.7.2, these should be run in a different job of the CI workflow. This job will likely need to setup .NET framework, and may need a Windows agent (I think there are Windows-based Github hosted agents). In the solution, we can create a NETFRAMEWORK build configuration that will only build the required projects (only the netstandard projects need to be included).

@lambchop4prez lambchop4prez added the build Building, testing, packaging, CI, or other build-related issues label May 4, 2023
@davidmbillie
Copy link
Owner

This is doable with a windows-2019 runner - apparently the windows-2022 runners don't have the .NET 4.0 SDK installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Building, testing, packaging, CI, or other build-related issues
Projects
None yet
Development

No branches or pull requests

2 participants