Skip to main content
ReportGenerator package icon

ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Framework or .NET Core and you want to use ReportGenerator via the command line or a build script. Usage: dotnet $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.dll [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.exe [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net47\ReportGenerator.exe [options]

Total Downloads
60.2M
60,176,540
Published
May 10, 2026
Latest stable version

Install

.NET CLI
dotnet add package ReportGenerator --version 5.5.10
Package Manager Console
Install-Package ReportGenerator -Version 5.5.10
PackageReference
<PackageReference Include="ReportGenerator" Version="5.5.10" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.