ReportGenerator 5.4.13

dotnet add package ReportGenerator --version 5.4.13
                    
NuGet\Install-Package ReportGenerator -Version 5.4.13
                    
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="5.4.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReportGenerator" Version="5.4.13" />
                    
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 5.4.13
                    
#r "nuget: ReportGenerator, 5.4.13"
                    
#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@5.4.13
                    
#: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=5.4.13
                    
Install as a Cake Addin
#tool nuget:?package=ReportGenerator&version=5.4.13
                    
Install as a Cake Tool

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.

Available packages

Package Platforms Installation/Usage
ReportGenerator .NET Core<br/>.NET Framework 4.7 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.
dotnet-reportgenerator-globaltool .NET Core Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'.
ReportGenerator.Core .NET Standard 2.0 Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base.

Usage

.NET Core

dotnet $(UserProfile)\.nuget\packages\reportgenerator\5.4.13\tools\net8.0\ReportGenerator.dll [options]
$(UserProfile)\.nuget\packages\reportgenerator\5.4.13\tools\net8.0\ReportGenerator.exe [options]

.NET Framework

$(UserProfile)\.nuget\packages\reportgenerator\5.4.13\tools\net47\ReportGenerator.exe [options]

Additional information

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 (62)

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.
passwordless-lib/fido2-net-lib
Passkeys, FIDO2 and WebAuhtn .NET library.
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.
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Version Downloads Last Updated
5.4.13 222 9/12/2025
5.4.12 146,858 8/8/2025
5.4.11 39,092 7/28/2025
5.4.10 5,691 7/24/2025
5.4.9 25,543 7/16/2025
5.4.8 162,692 6/15/2025
5.4.7 135,367 5/10/2025
5.4.6 55,387 5/4/2025
5.4.5 259,077 3/23/2025
5.4.4 295,774 2/9/2025
5.4.3 326,414 12/28/2024
5.4.2 27,951 12/21/2024
5.4.1 429,151 11/13/2024
5.4.0 14,612 11/12/2024
5.3.11 403,016 10/9/2024
5.3.10 110,873 9/28/2024
5.3.9 429,966 9/3/2024
5.3.8 565,596 7/15/2024
5.3.7 126,410 6/28/2024
5.3.6 227,257 6/3/2024
5.3.5 28,034 6/1/2024
5.3.4 71,677 5/25/2024
5.3.0 109,901 5/14/2024
5.2.5 274,786 4/23/2024
5.2.4 337,623 3/19/2024
5.2.3 94,258 3/14/2024
5.2.2 395,818 2/24/2024
5.2.1 263,371 2/3/2024
5.2.0 686,655 11/14/2023
5.1.26 420,177 10/6/2023
5.1.25 246,596 9/4/2023
5.1.24 234,516 8/12/2023
5.1.23 443,777 7/4/2023
5.1.22 255,311 6/7/2023
5.1.21 415,731 5/21/2023
5.1.20 233,892 4/28/2023
5.1.19 634,476 3/9/2023
5.1.18 1,969,259 2/26/2023
5.1.17 586,613 2/9/2023
5.1.16 156,564 2/2/2023
5.1.15 215,233 1/19/2023
5.1.14 33,629 1/18/2023
5.1.13 397,541 12/17/2022
5.1.12 582,860 11/16/2022
5.1.11 137,813 11/8/2022
5.1.10 824,106 9/4/2022
5.1.9 1,571,104 5/18/2022
5.1.8 32,587 5/17/2022
5.1.7 92,927 5/15/2022
5.1.6 246,814 5/1/2022
5.1.5 83,639 4/26/2022
5.1.4 342,974 4/3/2022
5.1.3 166,851 3/21/2022
5.1.2 97,794 3/15/2022
5.1.1 77,962 3/13/2022
5.1.0 47,613 3/10/2022
5.0.4 963,042 2/10/2022
5.0.3 221,063 1/27/2022
5.0.2 396,237 12/28/2021
5.0.0 551,598 11/12/2021
4.8.13 822,050 9/27/2021
4.8.12 866,588 7/9/2021
4.8.11 262,985 6/22/2021
4.8.10 289,236 6/16/2021
4.8.9 592,984 5/25/2021
4.8.8 437,594 4/24/2021
4.8.7 640,934 3/4/2021
4.8.6 263,149 2/20/2021
4.8.5 245,785 2/3/2021
4.8.4 533,294 12/30/2020
4.8.3 28,299 12/26/2020
4.8.2 131,527 12/15/2020
4.8.1 253,520 11/20/2020
4.8.0 146,699 11/11/2020
4.7.1 665,649 10/10/2020
4.7.0 86,762 10/7/2020
4.6.7 326,386 9/8/2020
4.6.6 36,348 9/3/2020
4.6.5 126,533 8/29/2020
4.6.4 397,979 8/2/2020
4.6.3 16,910 8/2/2020
4.6.2 54,981 7/28/2020
4.6.1 814,100 6/1/2020
4.6.0 118,312 5/26/2020
4.5.8 345,013 5/5/2020
4.5.6 395,768 4/13/2020
4.5.5 23,584 4/11/2020
4.5.4 153,511 4/5/2020
4.5.3 93,428 3/29/2020
4.5.2 128,696 3/12/2020
4.5.1 55,890 3/10/2020
4.5.0 283,060 2/24/2020
4.4.7 240,744 2/7/2020
4.4.6 215,966 1/29/2020
4.4.5 155,647 1/20/2020
4.4.4 40,503 1/19/2020
4.4.3 17,468 1/17/2020
4.4.2 42,499 1/15/2020
4.4.1 59,749 1/14/2020
4.4.0 1,212,654 12/25/2019
4.3.9 100,258 12/16/2019
4.3.8 41,791 12/12/2019
4.3.6 656,153 11/5/2019
4.3.5 105,790 10/31/2019
4.3.4 18,107 10/31/2019
4.3.3 30,551 10/27/2019
4.3.2 110,720 10/21/2019
4.3.1 140,788 10/15/2019
4.3.0 111,095 10/1/2019
4.2.20 463,690 9/16/2019
4.2.19 466,622 9/4/2019
4.2.17 106,707 8/31/2019
4.2.16 91,976 8/28/2019
4.2.15 620,945 8/12/2019
4.2.14 19,120 8/12/2019
4.2.13 17,783 8/11/2019
4.2.12 172,253 7/31/2019
4.2.11 75,090 7/27/2019
4.2.10 77,296 7/18/2019
4.2.9 54,249 7/12/2019
4.2.5 105,338 7/3/2019
4.2.4 19,918 7/2/2019
4.2.3 148,452 7/1/2019
4.2.2 167,154 6/20/2019
4.2.1 89,190 6/17/2019
4.2.0 37,314 6/14/2019
4.1.10 47,593 6/5/2019
4.1.9 91,035 5/30/2019
4.1.8 24,056 5/25/2019
4.1.7 37,521 5/22/2019
4.1.6 42,280 5/20/2019
4.1.5 127,342 5/5/2019
4.1.4 85,501 4/22/2019
4.1.3 26,461 4/17/2019
4.1.2 97,121 4/11/2019
4.1.1 32,456 4/8/2019
4.1.0 27,278 4/3/2019
4.0.15 206,184 3/4/2019
4.0.14 25,949 2/27/2019
4.0.13.1 102,500 2/23/2019
4.0.13 58,290 2/21/2019
4.0.12 97,059 2/13/2019
4.0.11 77,669 2/6/2019
4.0.10 27,156 2/3/2019
4.0.9 227,468 1/23/2019
4.0.8 37,744 1/22/2019
4.0.7 29,411 1/17/2019
4.0.6 34,746 1/15/2019
4.0.5 128,449 1/3/2019
4.0.4 734,553 11/14/2018
4.0.3 81,850 11/10/2018
4.0.2 121,983 10/29/2018
4.0.1 38,321 10/26/2018
4.0.0 51,825 10/19/2018
3.1.2 2,096,047 1/26/2018
3.1.1 357,920 12/21/2017
3.1.0 57,954 12/6/2017
3.0.2 214,858 10/11/2017
3.0.1 464,555 10/5/2017
3.0.0 93,328 9/17/2017
2.5.11 135,874 8/24/2017
2.5.10 127,374 7/16/2017
2.5.9 100,303 7/3/2017
2.5.8 270,615 5/16/2017
2.5.7 75,073 4/26/2017
2.5.6 182,628 3/9/2017
2.5.5 81,828 3/2/2017
2.5.4 17,300 3/1/2017
2.5.3 31,909 2/27/2017
2.5.2 187,716 12/29/2016
2.5.1 125,072 11/9/2016
2.5.0 530,959 11/6/2016
2.4.5 738,204 4/22/2016
2.4.4 1,237,638 2/28/2016
2.4.3 805,203 2/12/2016
2.4.2 26,890 2/7/2016
2.4.1 20,025 2/2/2016
2.4.0 48,138 1/19/2016
2.3.5 59,982 11/27/2015
2.3.4 91,706 11/4/2015
2.3.3 25,826 11/3/2015
2.3.2 82,648 9/22/2015
2.3.1 51,279 9/10/2015
2.3.0 58,128 9/1/2015
2.2.0 30,609 8/20/2015
2.1.8 193,615 7/2/2015
2.1.7 67,622 6/18/2015
2.1.6 29,488 6/9/2015
2.1.5 20,662 6/4/2015
2.1.4 104,612 3/23/2015
2.1.3 40,215 3/12/2015
2.1.2 24,732 3/5/2015
2.1.1 24,651 2/11/2015
2.1.0 24,398 2/5/2015
2.0.4 44,061 1/7/2015
2.0.3 24,183 12/23/2014
2.0.2 69,739 11/27/2014
2.0.1 34,340 11/7/2014
2.0.0 22,996 10/21/2014
1.9.1 195,474 9/18/2013
1.9.0 36,617 6/21/2013
1.8.1 52,986 4/2/2013
1.8.0 22,102 3/24/2013
1.7.3 121,317 1/30/2013
1.7.2 27,890 12/16/2012
1.7.1 21,329 11/8/2012
1.7.0 20,998 11/7/2012
1.6.1 21,832 9/29/2012
1.6.0 23,503 9/8/2012
1.5.0 24,770 7/17/2012
1.4.1 24,133 5/25/2012
1.4.0 22,107 5/12/2012
1.3.0 23,736 4/29/2012
1.2.7 23,256 3/26/2012
1.2.6 23,721 1/29/2012
1.2.5 23,300 1/24/2012
1.2.4 23,543 12/31/2011
1.2.3 23,947 12/10/2011
1.2.2 24,363 12/1/2011
1.2.1 24,420 9/18/2011
1.2.0 25,052 8/24/2011
1.1.1 58,575 8/9/2011