TUnit
TUnit copied to clipboard
Tests disappear from VS Code test explorer after upgrading to .net 10
after upgrading from .net 9 to .net 10, and setting the global.json to:
{
"sdk": {
"rollForward": "minor",
"version": "10.0.100"
},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}
The test explorer now appears empty
.vscode/settings.json
{
"[csharp]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "csharpier.csharpier-vscode"
},
"dotnet.testWindow.useTestingPlatformProtocol": true
}
Sounds like this might be a bug for the VS Code team
Could be, but the ball has to start rolling somewhere :P
Looks like they fixed it? Anyone else confirm?
If all is fixed I'll close this 😄