Open rolshevskyi-cvet opened 1 week ago
For anyone how will face the same issue, the following workaround worked for me:
"dotnet.defaultSolution": "<SolutionName>.sln", "dotnet.unitTests.runSettingsPath": ".runsettings",
- path to .runsettings file from a solution directory level
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:
.Net Test Explorer output:
Thanks in advance for any sort of assist!