### Describe the bug There is a new post from [microsoft dev blogs]( https://devblogs.microsoft.com/dotnet/mtp-adoption-frameworks/?nsl_bypass_cache=5297fdc8a6815a8360ffe9b7112dcdec#comments) 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 <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport> 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.