ReportGenerator 4.5.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ReportGenerator --version 4.5.4
                    
NuGet\Install-Package ReportGenerator -Version 4.5.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReportGenerator" Version="4.5.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReportGenerator" Version="4.5.4" />
                    
Directory.Packages.props
<PackageReference Include="ReportGenerator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReportGenerator --version 4.5.4
                    
#r "nuget: ReportGenerator, 4.5.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ReportGenerator@4.5.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ReportGenerator&version=4.5.4
                    
Install as a Cake Addin
#tool nuget:?package=ReportGenerator&version=4.5.4
                    
Install as a Cake Tool

ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has 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\netcoreapp3.0\ReportGenerator.dll [options]
$(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\netcoreapp3.0\ReportGenerator.exe [options]
$(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net47\ReportGenerator.exe [options]

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on ReportGenerator:

Package Downloads
Carbon.Kit.TestFramework

Provides interfaces, abstractions and common functions to support creating Unit Testing Frameworks.

EasyMicroservices.Tests

default tests packages in programming.

Kaiseki

A set of psake tasks for building .net solutions. Simply install the package and run: .\kaiseki-bootstrap\build.ps1

Pinguinos.Models

Model Library

MSBuild.AlbanianXrm.Coverage

This task is intended to work with zero configuration but is fully configurable. You simply add the test projects as a Project Reference and it generates the output using ReportGenerator.

GitHub repositories (60)

Showing the top 20 popular GitHub repositories that depend on ReportGenerator:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
git-ecosystem/git-credential-manager
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
dotnet/samples
Sample code referenced by the .NET documentation
ardalis/GuardClauses
A simple package with guard clause extensions.
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
Squidex/squidex
Headless CMS and Content Managment Hub
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
dotnet/roslyn-analyzers
passwordless-lib/fido2-net-lib
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
simpleinjector/SimpleInjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
alanmcgovern/monotorrent
The official repository for MonoTorrent, a bittorrent library for .NET
code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
Version Downloads Last Updated
5.4.9 531 7/16/2025
5.4.8 71,520 6/15/2025
5.4.7 105,308 5/10/2025
5.4.6 38,250 5/4/2025
5.4.5 210,724 3/23/2025
5.4.4 258,976 2/9/2025
5.4.3 279,732 12/28/2024
5.4.2 25,033 12/21/2024
5.4.1 374,499 11/13/2024
5.4.0 13,101 11/12/2024
5.3.11 363,743 10/9/2024
5.3.10 100,416 9/28/2024
5.3.9 383,065 9/3/2024
5.3.8 524,456 7/15/2024
5.3.7 119,196 6/28/2024
5.3.6 216,897 6/3/2024
5.3.5 27,146 6/1/2024
5.3.4 69,517 5/25/2024
5.3.0 105,482 5/14/2024
5.2.5 261,628 4/23/2024
5.2.4 320,888 3/19/2024
5.2.3 88,008 3/14/2024
5.2.2 380,198 2/24/2024
5.2.1 250,645 2/3/2024
5.2.0 650,977 11/14/2023
5.1.26 409,228 10/6/2023
5.1.25 240,051 9/4/2023
5.1.24 231,293 8/12/2023
5.1.23 430,844 7/4/2023
5.1.22 252,859 6/7/2023
5.1.21 392,484 5/21/2023
5.1.20 228,233 4/28/2023
5.1.19 619,427 3/9/2023
5.1.18 1,797,764 2/26/2023
5.1.17 567,838 2/9/2023
5.1.16 152,382 2/2/2023
5.1.15 212,750 1/19/2023
5.1.14 33,161 1/18/2023
5.1.13 391,435 12/17/2022
5.1.12 571,624 11/16/2022
5.1.11 135,406 11/8/2022
5.1.10 812,315 9/4/2022
5.1.9 1,551,825 5/18/2022
5.1.8 32,417 5/17/2022
5.1.7 92,639 5/15/2022
5.1.6 242,201 5/1/2022
5.1.5 83,384 4/26/2022
5.1.4 334,106 4/3/2022
5.1.3 165,553 3/21/2022
5.1.2 96,524 3/15/2022
5.1.1 76,577 3/13/2022
5.1.0 46,864 3/10/2022
5.0.4 942,550 2/10/2022
5.0.3 219,884 1/27/2022
5.0.2 382,978 12/28/2021
5.0.0 548,231 11/12/2021
4.8.13 809,273 9/27/2021
4.8.12 856,066 7/9/2021
4.8.11 259,396 6/22/2021
4.8.10 288,185 6/16/2021
4.8.9 583,822 5/25/2021
4.8.8 426,072 4/24/2021
4.8.7 637,034 3/4/2021
4.8.6 259,644 2/20/2021
4.8.5 243,887 2/3/2021
4.8.4 527,107 12/30/2020
4.8.3 28,236 12/26/2020
4.8.2 130,098 12/15/2020
4.8.1 248,033 11/20/2020
4.8.0 145,796 11/11/2020
4.7.1 654,079 10/10/2020
4.7.0 85,920 10/7/2020
4.6.7 324,847 9/8/2020
4.6.6 36,275 9/3/2020
4.6.5 125,448 8/29/2020
4.6.4 395,376 8/2/2020
4.6.3 16,861 8/2/2020
4.6.2 54,777 7/28/2020
4.6.1 799,876 6/1/2020
4.6.0 117,670 5/26/2020
4.5.8 342,648 5/5/2020
4.5.6 391,892 4/13/2020
4.5.5 23,485 4/11/2020
4.5.4 152,620 4/5/2020
4.5.3 93,247 3/29/2020
4.5.2 128,223 3/12/2020
4.5.1 55,786 3/10/2020
4.5.0 281,983 2/24/2020
4.4.7 239,679 2/7/2020
4.4.6 215,721 1/29/2020
4.4.5 155,226 1/20/2020
4.4.4 40,442 1/19/2020
4.4.3 17,418 1/17/2020
4.4.2 42,369 1/15/2020
4.4.1 59,445 1/14/2020
4.4.0 1,210,955 12/25/2019
4.3.9 99,673 12/16/2019
4.3.8 41,606 12/12/2019
4.3.6 652,523 11/5/2019
4.3.5 104,088 10/31/2019
4.3.4 18,059 10/31/2019
4.3.3 30,406 10/27/2019
4.3.2 110,502 10/21/2019
4.3.1 140,231 10/15/2019
4.3.0 110,600 10/1/2019
4.2.20 460,749 9/16/2019
4.2.19 465,656 9/4/2019
4.2.17 106,165 8/31/2019
4.2.16 91,908 8/28/2019
4.2.15 616,538 8/12/2019
4.2.14 19,041 8/12/2019
4.2.13 17,733 8/11/2019
4.2.12 169,906 7/31/2019
4.2.11 74,161 7/27/2019
4.2.10 77,113 7/18/2019
4.2.9 54,183 7/12/2019
4.2.5 105,160 7/3/2019
4.2.4 19,869 7/2/2019
4.2.3 148,359 7/1/2019
4.2.2 167,092 6/20/2019
4.2.1 87,851 6/17/2019
4.2.0 37,241 6/14/2019
4.1.10 46,979 6/5/2019
4.1.9 82,049 5/30/2019
4.1.8 23,989 5/25/2019
4.1.7 37,397 5/22/2019
4.1.6 42,229 5/20/2019
4.1.5 125,750 5/5/2019
4.1.4 85,038 4/22/2019
4.1.3 26,412 4/17/2019
4.1.2 95,265 4/11/2019
4.1.1 32,296 4/8/2019
4.1.0 27,212 4/3/2019
4.0.15 204,599 3/4/2019
4.0.14 25,889 2/27/2019
4.0.13.1 102,094 2/23/2019
4.0.13 58,139 2/21/2019
4.0.12 96,776 2/13/2019
4.0.11 77,401 2/6/2019
4.0.10 27,085 2/3/2019
4.0.9 226,435 1/23/2019
4.0.8 37,675 1/22/2019
4.0.7 29,339 1/17/2019
4.0.6 34,608 1/15/2019
4.0.5 127,756 1/3/2019
4.0.4 721,516 11/14/2018
4.0.3 81,122 11/10/2018
4.0.2 121,786 10/29/2018
4.0.1 38,263 10/26/2018
4.0.0 51,247 10/19/2018
3.1.2 2,073,783 1/26/2018
3.1.1 355,011 12/21/2017
3.1.0 57,531 12/6/2017
3.0.2 212,997 10/11/2017
3.0.1 464,484 10/5/2017
3.0.0 92,593 9/17/2017
2.5.11 134,322 8/24/2017
2.5.10 126,973 7/16/2017
2.5.9 99,701 7/3/2017
2.5.8 265,393 5/16/2017
2.5.7 74,831 4/26/2017
2.5.6 180,190 3/9/2017
2.5.5 80,434 3/2/2017
2.5.4 17,224 3/1/2017
2.5.3 31,798 2/27/2017
2.5.2 186,270 12/29/2016
2.5.1 123,025 11/9/2016
2.5.0 530,887 11/6/2016
2.4.5 730,765 4/22/2016
2.4.4 1,231,861 2/28/2016
2.4.3 803,299 2/12/2016
2.4.2 26,790 2/7/2016
2.4.1 19,897 2/2/2016
2.4.0 47,983 1/19/2016
2.3.5 59,558 11/27/2015
2.3.4 91,021 11/4/2015
2.3.3 25,669 11/3/2015
2.3.2 82,523 9/22/2015
2.3.1 51,199 9/10/2015
2.3.0 57,365 9/1/2015
2.2.0 30,528 8/20/2015
2.1.8 190,540 7/2/2015
2.1.7 67,546 6/18/2015
2.1.6 29,320 6/9/2015
2.1.5 20,599 6/4/2015
2.1.4 103,385 3/23/2015
2.1.3 40,011 3/12/2015
2.1.2 24,674 3/5/2015
2.1.1 24,575 2/11/2015
2.1.0 24,326 2/5/2015
2.0.4 43,378 1/7/2015
2.0.3 24,122 12/23/2014
2.0.2 66,413 11/27/2014
2.0.1 34,030 11/7/2014
2.0.0 22,905 10/21/2014
1.9.1 194,071 9/18/2013
1.9.0 36,502 6/21/2013
1.8.1 52,635 4/2/2013
1.8.0 22,030 3/24/2013
1.7.3 121,245 1/30/2013
1.7.2 27,125 12/16/2012
1.7.1 21,259 11/8/2012
1.7.0 20,927 11/7/2012
1.6.1 21,756 9/29/2012
1.6.0 23,421 9/8/2012
1.5.0 24,701 7/17/2012
1.4.1 24,010 5/25/2012
1.4.0 22,038 5/12/2012
1.3.0 23,663 4/29/2012
1.2.7 23,180 3/26/2012
1.2.6 23,643 1/29/2012
1.2.5 23,221 1/24/2012
1.2.4 23,472 12/31/2011
1.2.3 23,878 12/10/2011
1.2.2 24,292 12/1/2011
1.2.1 24,339 9/18/2011
1.2.0 24,983 8/24/2011
1.1.1 53,823 8/9/2011