v3.2.0
What's Changed
This release adds infrastructure and documentation for Microsoft.Testing.Platform support, enabling modern .NET testing workflows. The test job now detects opt-in configuration via global.json and automatically runs tests using native Microsoft.Testing.Platform arguments when enabled. Coverage file detection has been enhanced to conditionally identify coverage files based on the testing execution mode, and ReportGenerator now supports both cobertura.xml and opencover.xml formats for flexible coverage reporting across .NET versions.
Tip
To enable Microsoft.Testing.Platform in your repository, add the opt-in configuration to your global.json for .NET 10+ projects. The workflow will automatically detect this setting and execute tests accordingly while maintaining backward compatibility with .NET Framework modules using legacy test execution.
Sources:
- 👷 add microsoft.testing.platform support to test workflow by @gimlichael in acbf66e
- 💬 document microsoft.testing.platform opt-in mechanism by @gimlichael in e4a7440
Full Changelog: v3.1.0...v3.2.0