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
I've got a class library project and a MSTest project that both have <TargetFrameworks>net8.0;net472</TargetFrameworks>. With MSTest.TestAdapter 3.6.4 (in the latest VS2022) two sets of unit tests are shown in the Test Explorer, one for each target framework, and tests from both sets can be selected and run.
After upgrading to 3.7.0 the net472 tests are no longer discovered. The test output states:
No test is available in ...\net472\mytestassembly.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
Steps To Reproduce
MSTestAdapter_364 - Example test project with MSTest.TestAdapter 3.6.4. The test can be run for both net472 and net8.0
MSTestAdapter_370 - Same project after "upgrading" to MSTest.TestAdapter 3.7. The net472 tests cannot be run anymore.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've got a class library project and a MSTest project that both have
<TargetFrameworks>net8.0;net472</TargetFrameworks>
. With MSTest.TestAdapter 3.6.4 (in the latest VS2022) two sets of unit tests are shown in the Test Explorer, one for each target framework, and tests from both sets can be selected and run.After upgrading to 3.7.0 the net472 tests are no longer discovered. The test output states:
Steps To Reproduce
MSTestAdapter_364 - Example test project with MSTest.TestAdapter 3.6.4. The test can be run for both net472 and net8.0
MSTestAdapter_370 - Same project after "upgrading" to MSTest.TestAdapter 3.7. The net472 tests cannot be run anymore.
The text was updated successfully, but these errors were encountered: