Summary
Migrate the test projects from xUnit's legacy VSTest-based runner to the new Microsoft.Testing.Platform.
Background
Microsoft.Testing.Platform is the modern replacement for VSTest, offering:
- Better performance and startup times
- Native integration with modern .NET tooling
- Improved extensibility model
- Better support for cloud and container scenarios
Tasks
Acceptance Criteria
- All existing tests pass using Microsoft.Testing.Platform
- `dotnet test` continues to work as expected
- CI/CD workflows continue to run tests successfully
- No test functionality is lost in the migration
References
Summary
Migrate the test projects from xUnit's legacy VSTest-based runner to the new Microsoft.Testing.Platform.
Background
Microsoft.Testing.Platform is the modern replacement for VSTest, offering:
Tasks
Acceptance Criteria
References