Skip to content

v3.2.0

Choose a tag to compare

@gimlichael gimlichael released this 24 Aug 17:22
· 1 commit to main since this release

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:

Full Changelog: v3.1.0...v3.2.0