Open
Description
Describe the bug
There is a new post from microsoft dev blogs
They introduced TestingPlatformDotnetTestSupport
switch in the project file. Once you set that true, tests aren't discoverable by ionide.
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
To be fair I am not entirely sure what this new switch brings to table.
Steps to reproduce
Create any test project then true
Ionide will complain no tests are discoverable.
Expected behaviour
Ionide should discover the tests
Machine info
- MacOS 15
- .NET SDK version:9
- Ionide version: 7.25
Additional context
Add any other context about the problem here.
Activity