ReportGenerator 5.4.8

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

.NET Framework

$(UserProfile)\.nuget\packages\reportgenerator\5.4.8\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 (61)

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.8 43,437 6/15/2025
5.4.7 98,130 5/10/2025
5.4.6 33,610 5/4/2025
5.4.5 201,067 3/23/2025
5.4.4 249,923 2/9/2025
5.4.3 269,172 12/28/2024
5.4.2 24,456 12/21/2024
5.4.1 364,428 11/13/2024
5.4.0 12,852 11/12/2024
5.3.11 356,045 10/9/2024
5.3.10 98,562 9/28/2024
5.3.9 372,564 9/3/2024
5.3.8 515,723 7/15/2024
5.3.7 117,892 6/28/2024
5.3.6 214,528 6/3/2024
5.3.5 26,903 6/1/2024
5.3.4 69,012 5/25/2024
5.3.0 104,688 5/14/2024
5.2.5 258,095 4/23/2024
5.2.4 317,867 3/19/2024
5.2.3 86,485 3/14/2024
5.2.2 376,661 2/24/2024
5.2.1 247,227 2/3/2024
5.2.0 645,125 11/14/2023
5.1.26 407,176 10/6/2023
5.1.25 239,092 9/4/2023
5.1.24 230,204 8/12/2023
5.1.23 427,525 7/4/2023
5.1.22 252,405 6/7/2023
5.1.21 387,008 5/21/2023
5.1.20 227,314 4/28/2023
5.1.19 616,519 3/9/2023
5.1.18 1,761,882 2/26/2023
5.1.17 565,380 2/9/2023
5.1.16 151,077 2/2/2023
5.1.15 212,199 1/19/2023
5.1.14 33,107 1/18/2023
5.1.13 390,358 12/17/2022
5.1.12 569,395 11/16/2022
5.1.11 134,936 11/8/2022
5.1.10 809,668 9/4/2022
5.1.9 1,547,431 5/18/2022
5.1.8 32,372 5/17/2022
5.1.7 92,552 5/15/2022
5.1.6 241,520 5/1/2022
5.1.5 83,278 4/26/2022
5.1.4 332,123 4/3/2022
5.1.3 164,986 3/21/2022
5.1.2 96,210 3/15/2022
5.1.1 76,269 3/13/2022
5.1.0 46,677 3/10/2022
5.0.4 938,099 2/10/2022
5.0.3 219,595 1/27/2022
5.0.2 381,169 12/28/2021
5.0.0 547,510 11/12/2021
4.8.13 806,739 9/27/2021
4.8.12 853,691 7/9/2021
4.8.11 258,898 6/22/2021
4.8.10 287,951 6/16/2021
4.8.9 581,422 5/25/2021
4.8.8 424,092 4/24/2021
4.8.7 636,221 3/4/2021
4.8.6 259,127 2/20/2021
4.8.5 243,530 2/3/2021
4.8.4 525,358 12/30/2020
4.8.3 28,215 12/26/2020
4.8.2 129,845 12/15/2020
4.8.1 247,116 11/20/2020
4.8.0 145,514 11/11/2020
4.7.1 651,559 10/10/2020
4.7.0 85,736 10/7/2020
4.6.7 324,548 9/8/2020
4.6.6 36,253 9/3/2020
4.6.5 125,219 8/29/2020
4.6.4 395,022 8/2/2020
4.6.3 16,838 8/2/2020
4.6.2 54,737 7/28/2020
4.6.1 797,400 6/1/2020
4.6.0 117,496 5/26/2020
4.5.8 342,222 5/5/2020
4.5.6 390,921 4/13/2020
4.5.5 23,442 4/11/2020
4.5.4 152,456 4/5/2020
4.5.3 93,174 3/29/2020
4.5.2 128,099 3/12/2020
4.5.1 55,752 3/10/2020
4.5.0 281,778 2/24/2020
4.4.7 239,336 2/7/2020
4.4.6 215,673 1/29/2020
4.4.5 155,135 1/20/2020
4.4.4 40,420 1/19/2020
4.4.3 17,397 1/17/2020
4.4.2 42,346 1/15/2020
4.4.1 59,409 1/14/2020
4.4.0 1,210,569 12/25/2019
4.3.9 99,586 12/16/2019
4.3.8 41,513 12/12/2019
4.3.6 651,719 11/5/2019
4.3.5 103,609 10/31/2019
4.3.4 18,026 10/31/2019
4.3.3 30,361 10/27/2019
4.3.2 110,415 10/21/2019
4.3.1 140,153 10/15/2019
4.3.0 110,482 10/1/2019
4.2.20 459,980 9/16/2019
4.2.19 465,330 9/4/2019
4.2.17 105,997 8/31/2019
4.2.16 91,874 8/28/2019
4.2.15 615,457 8/12/2019
4.2.14 19,007 8/12/2019
4.2.13 17,711 8/11/2019
4.2.12 169,411 7/31/2019
4.2.11 73,957 7/27/2019
4.2.10 77,058 7/18/2019
4.2.9 54,154 7/12/2019
4.2.5 105,097 7/3/2019
4.2.4 19,849 7/2/2019
4.2.3 148,336 7/1/2019
4.2.2 167,059 6/20/2019
4.2.1 87,651 6/17/2019
4.2.0 37,213 6/14/2019
4.1.10 46,880 6/5/2019
4.1.9 80,236 5/30/2019
4.1.8 23,948 5/25/2019
4.1.7 37,364 5/22/2019
4.1.6 42,206 5/20/2019
4.1.5 125,235 5/5/2019
4.1.4 84,974 4/22/2019
4.1.3 26,389 4/17/2019
4.1.2 94,910 4/11/2019
4.1.1 32,250 4/8/2019
4.1.0 27,179 4/3/2019
4.0.15 204,272 3/4/2019
4.0.14 25,865 2/27/2019
4.0.13.1 101,994 2/23/2019
4.0.13 58,117 2/21/2019
4.0.12 96,665 2/13/2019
4.0.11 77,320 2/6/2019
4.0.10 27,052 2/3/2019
4.0.9 226,174 1/23/2019
4.0.8 37,635 1/22/2019
4.0.7 29,305 1/17/2019
4.0.6 34,552 1/15/2019
4.0.5 127,469 1/3/2019
4.0.4 718,720 11/14/2018
4.0.3 80,978 11/10/2018
4.0.2 121,734 10/29/2018
4.0.1 38,246 10/26/2018
4.0.0 51,152 10/19/2018
3.1.2 2,068,882 1/26/2018
3.1.1 354,398 12/21/2017
3.1.0 57,448 12/6/2017
3.0.2 212,658 10/11/2017
3.0.1 464,462 10/5/2017
3.0.0 92,467 9/17/2017
2.5.11 133,967 8/24/2017
2.5.10 126,906 7/16/2017
2.5.9 99,623 7/3/2017
2.5.8 264,234 5/16/2017
2.5.7 74,800 4/26/2017
2.5.6 179,718 3/9/2017
2.5.5 80,039 3/2/2017
2.5.4 17,207 3/1/2017
2.5.3 31,775 2/27/2017
2.5.2 185,964 12/29/2016
2.5.1 122,577 11/9/2016
2.5.0 530,871 11/6/2016
2.4.5 729,111 4/22/2016
2.4.4 1,230,114 2/28/2016
2.4.3 802,902 2/12/2016
2.4.2 26,767 2/7/2016
2.4.1 19,882 2/2/2016
2.4.0 47,952 1/19/2016
2.3.5 59,484 11/27/2015
2.3.4 90,892 11/4/2015
2.3.3 25,656 11/3/2015
2.3.2 82,498 9/22/2015
2.3.1 51,182 9/10/2015
2.3.0 57,263 9/1/2015
2.2.0 30,512 8/20/2015
2.1.8 189,806 7/2/2015
2.1.7 67,530 6/18/2015
2.1.6 29,301 6/9/2015
2.1.5 20,584 6/4/2015
2.1.4 103,189 3/23/2015
2.1.3 39,973 3/12/2015
2.1.2 24,661 3/5/2015
2.1.1 24,553 2/11/2015
2.1.0 24,301 2/5/2015
2.0.4 43,276 1/7/2015
2.0.3 24,101 12/23/2014
2.0.2 65,892 11/27/2014
2.0.1 33,923 11/7/2014
2.0.0 22,872 10/21/2014
1.9.1 193,752 9/18/2013
1.9.0 36,481 6/21/2013
1.8.1 52,549 4/2/2013
1.8.0 22,012 3/24/2013
1.7.3 121,224 1/30/2013
1.7.2 27,061 12/16/2012
1.7.1 21,242 11/8/2012
1.7.0 20,906 11/7/2012
1.6.1 21,737 9/29/2012
1.6.0 23,404 9/8/2012
1.5.0 24,684 7/17/2012
1.4.1 23,987 5/25/2012
1.4.0 22,020 5/12/2012
1.3.0 23,644 4/29/2012
1.2.7 23,164 3/26/2012
1.2.6 23,627 1/29/2012
1.2.5 23,206 1/24/2012
1.2.4 23,455 12/31/2011
1.2.3 23,859 12/10/2011
1.2.2 24,274 12/1/2011
1.2.1 24,323 9/18/2011
1.2.0 24,954 8/24/2011
1.1.1 49,675 8/9/2011