You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSTest Testing Platform has protocol version issues with .NET 10.0.201 SDK.
Instead of complex workarounds, simply use the standard VSTest adapter which
works reliably with all SDK versions.
Removed:
- EnableMSTestRunner from csproj
- TestingPlatformDotnetTestSupport from csproj
- global.json (removed in previous commit)
- Unnecessary -p: flags from workflow
0 commit comments