You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you run
npm run run-dotnet-core-tests
, the test assembly should be run withdotnet
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.The text was updated successfully, but these errors were encountered: