ReportGenerator 5.4.7

dotnet add package ReportGenerator --version 5.4.7
                    
NuGet\Install-Package ReportGenerator -Version 5.4.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReportGenerator" Version="5.4.7" />
                    
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.7
                    
#r "nuget: ReportGenerator, 5.4.7"
                    
#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.
#addin nuget:?package=ReportGenerator&version=5.4.7
                    
Install ReportGenerator as a Cake Addin
#tool nuget:?package=ReportGenerator&version=5.4.7
                    
Install ReportGenerator 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.7\tools\net8.0\ReportGenerator.dll [options]
$(UserProfile)\.nuget\packages\reportgenerator\5.4.7\tools\net8.0\ReportGenerator.exe [options]

.NET Framework

$(UserProfile)\.nuget\packages\reportgenerator\5.4.7\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.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
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.7 58,485 5/10/2025
5.4.6 23,830 5/4/2025
5.4.5 162,583 3/23/2025
5.4.4 219,462 2/9/2025
5.4.3 240,047 12/28/2024
5.4.2 22,778 12/21/2024
5.4.1 333,834 11/13/2024
5.4.0 12,037 11/12/2024
5.3.11 333,243 10/9/2024
5.3.10 92,987 9/28/2024
5.3.9 349,755 9/3/2024
5.3.8 489,861 7/15/2024
5.3.7 113,898 6/28/2024
5.3.6 207,426 6/3/2024
5.3.5 26,390 6/1/2024
5.3.4 67,713 5/25/2024
5.3.0 101,724 5/14/2024
5.2.5 246,742 4/23/2024
5.2.4 309,123 3/19/2024
5.2.3 82,789 3/14/2024
5.2.2 364,074 2/24/2024
5.2.1 237,639 2/3/2024
5.2.0 626,072 11/14/2023
5.1.26 398,459 10/6/2023
5.1.25 228,521 9/4/2023
5.1.24 228,076 8/12/2023
5.1.23 416,985 7/4/2023
5.1.22 251,008 6/7/2023
5.1.21 369,433 5/21/2023
5.1.20 224,520 4/28/2023
5.1.19 607,003 3/9/2023
5.1.18 1,660,793 2/26/2023
5.1.17 557,874 2/9/2023
5.1.16 147,614 2/2/2023
5.1.15 210,626 1/19/2023
5.1.14 32,914 1/18/2023
5.1.13 384,167 12/17/2022
5.1.12 562,322 11/16/2022
5.1.11 133,534 11/8/2022
5.1.10 802,009 9/4/2022
5.1.9 1,534,890 5/18/2022
5.1.8 32,234 5/17/2022
5.1.7 92,394 5/15/2022
5.1.6 238,584 5/1/2022
5.1.5 82,948 4/26/2022
5.1.4 327,466 4/3/2022
5.1.3 163,823 3/21/2022
5.1.2 95,394 3/15/2022
5.1.1 75,583 3/13/2022
5.1.0 46,209 3/10/2022
5.0.4 924,675 2/10/2022
5.0.3 218,923 1/27/2022
5.0.2 376,416 12/28/2021
5.0.0 544,353 11/12/2021
4.8.13 800,232 9/27/2021
4.8.12 846,323 7/9/2021
4.8.11 256,500 6/22/2021
4.8.10 287,264 6/16/2021
4.8.9 572,507 5/25/2021
4.8.8 416,472 4/24/2021
4.8.7 634,029 3/4/2021
4.8.6 257,260 2/20/2021
4.8.5 242,077 2/3/2021
4.8.4 519,653 12/30/2020
4.8.3 28,157 12/26/2020
4.8.2 128,881 12/15/2020
4.8.1 244,874 11/20/2020
4.8.0 145,012 11/11/2020
4.7.1 644,583 10/10/2020
4.7.0 85,253 10/7/2020
4.6.7 323,436 9/8/2020
4.6.6 36,119 9/3/2020
4.6.5 124,586 8/29/2020
4.6.4 393,522 8/2/2020
4.6.3 16,790 8/2/2020
4.6.2 54,632 7/28/2020
4.6.1 790,020 6/1/2020
4.6.0 117,139 5/26/2020
4.5.8 340,919 5/5/2020
4.5.6 388,129 4/13/2020
4.5.5 23,365 4/11/2020
4.5.4 151,924 4/5/2020
4.5.3 93,046 3/29/2020
4.5.2 127,522 3/12/2020
4.5.1 55,676 3/10/2020
4.5.0 280,944 2/24/2020
4.4.7 238,428 2/7/2020
4.4.6 215,555 1/29/2020
4.4.5 154,835 1/20/2020
4.4.4 40,365 1/19/2020
4.4.3 17,347 1/17/2020
4.4.2 42,291 1/15/2020
4.4.1 59,148 1/14/2020
4.4.0 1,209,600 12/25/2019
4.3.9 99,321 12/16/2019
4.3.8 41,378 12/12/2019
4.3.6 649,479 11/5/2019
4.3.5 102,441 10/31/2019
4.3.4 17,978 10/31/2019
4.3.3 30,274 10/27/2019
4.3.2 110,292 10/21/2019
4.3.1 139,855 10/15/2019
4.3.0 110,165 10/1/2019
4.2.20 457,274 9/16/2019
4.2.19 464,317 9/4/2019
4.2.17 105,497 8/31/2019
4.2.16 91,805 8/28/2019
4.2.15 612,781 8/12/2019
4.2.14 18,944 8/12/2019
4.2.13 17,658 8/11/2019
4.2.12 168,092 7/31/2019
4.2.11 73,424 7/27/2019
4.2.10 76,950 7/18/2019
4.2.9 54,092 7/12/2019
4.2.5 104,920 7/3/2019
4.2.4 19,789 7/2/2019
4.2.3 148,263 7/1/2019
4.2.2 167,000 6/20/2019
4.2.1 87,144 6/17/2019
4.2.0 37,116 6/14/2019
4.1.10 46,545 6/5/2019
4.1.9 75,054 5/30/2019
4.1.8 23,891 5/25/2019
4.1.7 37,231 5/22/2019
4.1.6 42,157 5/20/2019
4.1.5 124,445 5/5/2019
4.1.4 84,713 4/22/2019
4.1.3 26,337 4/17/2019
4.1.2 94,212 4/11/2019
4.1.1 32,072 4/8/2019
4.1.0 27,119 4/3/2019
4.0.15 203,371 3/4/2019
4.0.14 25,807 2/27/2019
4.0.13.1 101,696 2/23/2019
4.0.13 58,052 2/21/2019
4.0.12 96,467 2/13/2019
4.0.11 77,015 2/6/2019
4.0.10 26,995 2/3/2019
4.0.9 225,599 1/23/2019
4.0.8 37,558 1/22/2019
4.0.7 29,238 1/17/2019
4.0.6 34,404 1/15/2019
4.0.5 126,639 1/3/2019
4.0.4 709,831 11/14/2018
4.0.3 80,513 11/10/2018
4.0.2 121,544 10/29/2018
4.0.1 38,210 10/26/2018
4.0.0 50,847 10/19/2018
3.1.2 2,057,309 1/26/2018
3.1.1 351,999 12/21/2017
3.1.0 57,233 12/6/2017
3.0.2 211,446 10/11/2017
3.0.1 464,398 10/5/2017
3.0.0 91,893 9/17/2017
2.5.11 133,066 8/24/2017
2.5.10 126,645 7/16/2017
2.5.9 99,249 7/3/2017
2.5.8 261,549 5/16/2017
2.5.7 74,636 4/26/2017
2.5.6 178,203 3/9/2017
2.5.5 79,111 3/2/2017
2.5.4 17,162 3/1/2017
2.5.3 31,690 2/27/2017
2.5.2 185,103 12/29/2016
2.5.1 121,408 11/9/2016
2.5.0 530,824 11/6/2016
2.4.5 724,556 4/22/2016
2.4.4 1,225,092 2/28/2016
2.4.3 801,849 2/12/2016
2.4.2 26,693 2/7/2016
2.4.1 19,828 2/2/2016
2.4.0 47,864 1/19/2016
2.3.5 59,239 11/27/2015
2.3.4 90,484 11/4/2015
2.3.3 25,590 11/3/2015
2.3.2 82,396 9/22/2015
2.3.1 51,127 9/10/2015
2.3.0 56,961 9/1/2015
2.2.0 30,463 8/20/2015
2.1.8 188,256 7/2/2015
2.1.7 67,475 6/18/2015
2.1.6 29,232 6/9/2015
2.1.5 20,529 6/4/2015
2.1.4 102,679 3/23/2015
2.1.3 39,790 3/12/2015
2.1.2 24,607 3/5/2015
2.1.1 24,499 2/11/2015
2.1.0 24,247 2/5/2015
2.0.4 42,943 1/7/2015
2.0.3 24,044 12/23/2014
2.0.2 64,662 11/27/2014
2.0.1 33,561 11/7/2014
2.0.0 22,802 10/21/2014
1.9.1 192,812 9/18/2013
1.9.0 36,244 6/21/2013
1.8.1 52,335 4/2/2013
1.8.0 21,949 3/24/2013
1.7.3 121,159 1/30/2013
1.7.2 26,877 12/16/2012
1.7.1 21,184 11/8/2012
1.7.0 20,849 11/7/2012
1.6.1 21,679 9/29/2012
1.6.0 23,349 9/8/2012
1.5.0 24,632 7/17/2012
1.4.1 23,919 5/25/2012
1.4.0 21,957 5/12/2012
1.3.0 23,578 4/29/2012
1.2.7 23,099 3/26/2012
1.2.6 23,572 1/29/2012
1.2.5 23,138 1/24/2012
1.2.4 23,397 12/31/2011
1.2.3 23,795 12/10/2011
1.2.2 24,217 12/1/2011
1.2.1 24,269 9/18/2011
1.2.0 24,901 8/24/2011
1.1.1 45,321 8/9/2011