Hello, I have a test project on .net6 and execute tests from .Net Test Explorer (v0.7.8) in VS code (1.95.3).
After migrating to .net8 tests execute from .Net Test Explorer as before, but if running test in debug mode debugger is not launching at all.
Execution environment:
- launch.json targets /bin/Debug/net8.0/MyTestProject.dll
- .NET SDKs (8.0.404) - installed after deleting all other versions
- .NET runtimes installed:
Microsoft.AspNetCore.App 8.0.11,
Microsoft.NETCore.App 8.0.11,
Microsoft.WindowsDesktop.App 8.0.11
- .Net Test Explorer (v0.7.8)
- VS code (1.95.3)
- NUnit (4.2.2)
- NUnit3TestAdapter (4.6.0)
- NUnit.Analyzers (4.4.0)
- Microsoft.NET.Test.Sdk (17.12.0)
- Windows 11
.Net Test Explorer output:

Thanks in advance for any sort of assist!
Hello, I have a test project on .net6 and execute tests from .Net Test Explorer (v0.7.8) in VS code (1.95.3).
After migrating to .net8 tests execute from .Net Test Explorer as before, but if running test in debug mode debugger is not launching at all.
Execution environment:
Microsoft.AspNetCore.App 8.0.11,
Microsoft.NETCore.App 8.0.11,
Microsoft.WindowsDesktop.App 8.0.11
.Net Test Explorer output:

Thanks in advance for any sort of assist!