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

Fix dotnet (ie not netfx) test run #109

Open
fluffynuts opened this issue Feb 9, 2024 · 0 comments
Open

Fix dotnet (ie not netfx) test run #109

fluffynuts opened this issue Feb 9, 2024 · 0 comments

Comments

@fluffynuts
Copy link
Contributor

If you run npm run run-dotnet-core-tests, the test assembly should be run with dotnet instead of the nunit runner. This should be used to verify that cross-framework code works as expected. Unfortunately, at the moment, it looks like doing this doesn't pick up any tests - this requires some investigation.

Ultimately, we should move away from the nunit-console -based run to running via dotnet for all targets. The first step would be getting this script (run-dotnet-core-tests) to work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant