Fix MSTEST0001 (parallelization analyzer) to work with VSTest#6480
Fix MSTEST0001 (parallelization analyzer) to work with VSTest#6480Evangelink merged 1 commit intomainfrom
Conversation
|
/backport to rel/3.10 |
|
Started backporting to rel/3.10: https://github.com/microsoft/testfx/actions/runs/17396351123 |
|
I am using VSTest in some projects and I am upgrading from 3.11.0 to 4.0.0 today and got a lot of MSTEST0001 errors. |
|
This PR is already part of 3.11. |
|
Can you please add to the v4.0.0 release notes/documentation that it is enabled by default? (so other people also know about this) It is also not mentioned in the migration guide from v3 to v4 at https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-mstest-migration-v3-v4 |
|
Updating the migration guide in dotnet/docs#48969 |
Fixes #6467