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
Mixed mode prevention will skip the run because of bug in IsTestingPlatformApplication #4307 , and it will report zero tests run, even on project that is generated from latest templated with mstest runner.
The failure has no indication of what happened. And can only be seen in diag logs.
Steps To Reproduce
dotnet new mstest --test-runner mstest
dotnet test
Expected behavior
Tests run, or they fail with error that is specific and visible.
The text was updated successfully, but these errors were encountered:
Describe the bug
Mixed mode prevention will skip the run because of bug in IsTestingPlatformApplication #4307 , and it will report zero tests run, even on project that is generated from latest templated with mstest runner.
The failure has no indication of what happened. And can only be seen in diag logs.
Steps To Reproduce
Expected behavior
Tests run, or they fail with error that is specific and visible.
The text was updated successfully, but these errors were encountered: