Improvements
- Unique Report Filenames (coverlet.MTP and AzDO) #1866
- Add
--coverlet-file-prefixoption for unique report files #1869 - Introduce .NET 10 support #1823
Fixed
- Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #1836
- Fix [BUG] Missing Coverage after moving to MTP #1843
- Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #1842
- Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #1878
- Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #1880
- Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #1718 by https://github.com/yusyd
- Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #1762