| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| coverlet.collector.8.0.0.nupkg | 2026-02-14 | 1.7 MB | |
| coverlet.MTP.8.0.0.nupkg | 2026-02-14 | 2.7 MB | |
| coverlet.msbuild.8.0.0.nupkg | 2026-02-14 | 2.7 MB | |
| coverlet.console.8.0.0.nupkg | 2026-02-14 | 1.3 MB | |
| README.md | 2026-02-02 | 1.7 kB | |
| v8.0.0 source code.tar.gz | 2026-02-02 | 4.2 MB | |
| v8.0.0 source code.zip | 2026-02-02 | 4.4 MB | |
| Totals: 7 Items | 16.9 MB | 0 | |
Special Thanks: A huge thank you to @Bertk for driving the majority of the work in this release! 🎉
Fixed
- Fix System.CommandLine 2.0 release is available #1776
- Fix Excluding From Coverage bad defaults from given example #1764
- Fix branchpoint exclusion for sdk 8.0.407 #1741
- Fix missing copyright information in NuGet #1794
- Fix bad default values in documentation #1764 by https://github.com/cboudereau
Improvements
- Coverlet MTP extension feature #1788
- Generate SBOM for nuget packages #1752
- Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #1742
- Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #1733
- Use latest System.CommandLine version #1660
- Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
- Use xunit.v3 for tests and example code