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

new dotnet test experience silently does not work when using current template #4308

Open
nohwnd opened this issue Dec 10, 2024 · 0 comments
Open

Comments

@nohwnd
Copy link
Member

nohwnd commented Dec 10, 2024

Describe the bug

Image

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.

Image

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.

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