dotnet-coverage 18.11.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-coverage --version 18.11.0
                    
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.11.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-coverage&version=18.11.0
                    
nuke :add-package dotnet-coverage --version 18.11.0
                    

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.11.2 435,436 9/11/2026
18.11.0 479,548 9/2/2026
18.10.0 1,132,070 8/12/2026
18.9.0 1,888,403 7/8/2026
18.8.0 1,711,532 6/8/2026
18.7.0 1,157,704 5/18/2026
18.6.2 2,118,246 4/7/2026
18.5.2 1,760,014 3/3/2026
18.5.1 117,258 2/27/2026
18.4.1 962,658 2/3/2026
18.3.2 789,978 1/9/2026
18.3.1 151,792 1/5/2026
18.1.0 3,893,345 10/8/2025
18.0.6 3,362 11/11/2025
18.0.4 317,815 9/29/2025
17.14.2 9,107,552 2/27/2025
17.14.1 255,872 2/17/2025
17.13.1 2,218,076 12/4/2024
17.13.0 106,617 12/2/2024
17.12.6 2,377,418 10/14/2024
Loading failed