dotnet-coverage 18.4.1

dotnet tool install --global dotnet-coverage --version 18.4.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local dotnet-coverage --version 18.4.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-coverage&version=18.4.1
                    
nuke :add-package dotnet-coverage --version 18.4.1
                    

dotnet-coverage

The dotnet-coverage tool:

  • Enables the cross-platform collection of code coverage data of a running process.
  • Provides cross-platform merging of code coverage reports.

Get started

dotnet new console -o sample1
cd sample1
dotnet tool install -g dotnet-coverage
dotnet-coverage collect "dotnet run"

Additional information

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
18.4.1 733,332 2/3/2026
18.3.2 746,382 1/9/2026
18.3.1 147,625 1/5/2026
18.1.0 2,689,583 10/8/2025
18.0.6 1,262 11/11/2025
18.0.4 291,502 9/29/2025
17.14.2 7,169,190 2/27/2025
17.14.1 231,313 2/17/2025
17.13.1 1,926,718 12/4/2024
17.13.0 77,752 12/2/2024
17.12.6 2,283,836 10/14/2024
17.12.5 273,309 9/30/2024
17.12.4 412,622 9/10/2024
17.12.3 24,364 9/9/2024
17.12.2 211,244 8/29/2024
17.11.5 309,528 8/12/2024
17.11.3 1,523,221 5/30/2024
17.11.0 705,016 4/9/2024
17.10.4 1,067,996 3/25/2024
17.10.3 1,264,430 2/14/2024
Loading failed