ReportGenerator 5.4.5

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

.NET Framework

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

Kaiseki

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

EasyMicroservices.Tests

default tests packages in programming.

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.5 69,667 3/23/2025
5.4.4 168,671 2/9/2025
5.4.3 191,783 12/28/2024
5.4.2 19,645 12/21/2024
5.4.1 279,039 11/13/2024
5.4.0 10,457 11/12/2024
5.3.11 291,764 10/9/2024
5.3.10 80,346 9/28/2024
5.3.9 315,006 9/3/2024
5.3.8 448,692 7/15/2024
5.3.7 107,663 6/28/2024
5.3.6 196,191 6/3/2024
5.3.5 25,571 6/1/2024
5.3.4 64,524 5/25/2024
5.3.0 94,393 5/14/2024
5.2.5 226,729 4/23/2024
5.2.4 291,252 3/19/2024
5.2.3 77,501 3/14/2024
5.2.2 346,735 2/24/2024
5.2.1 224,975 2/3/2024
5.2.0 594,924 11/14/2023
5.1.26 386,810 10/6/2023
5.1.25 220,452 9/4/2023
5.1.24 224,767 8/12/2023
5.1.23 396,639 7/4/2023
5.1.22 248,098 6/7/2023
5.1.21 346,140 5/21/2023
5.1.20 220,760 4/28/2023
5.1.19 592,977 3/9/2023
5.1.18 1,512,397 2/26/2023
5.1.17 532,625 2/9/2023
5.1.16 141,575 2/2/2023
5.1.15 206,876 1/19/2023
5.1.14 32,624 1/18/2023
5.1.13 375,916 12/17/2022
5.1.12 551,001 11/16/2022
5.1.11 131,469 11/8/2022
5.1.10 789,564 9/4/2022
5.1.9 1,512,519 5/18/2022
5.1.8 32,040 5/17/2022
5.1.7 92,130 5/15/2022
5.1.6 233,750 5/1/2022
5.1.5 82,745 4/26/2022
5.1.4 319,886 4/3/2022
5.1.3 162,841 3/21/2022
5.1.2 94,026 3/15/2022
5.1.1 74,555 3/13/2022
5.1.0 45,260 3/10/2022
5.0.4 902,434 2/10/2022
5.0.3 217,617 1/27/2022
5.0.2 366,947 12/28/2021
5.0.0 540,255 11/12/2021
4.8.13 788,828 9/27/2021
4.8.12 834,458 7/9/2021
4.8.11 252,466 6/22/2021
4.8.10 286,621 6/16/2021
4.8.9 558,870 5/25/2021
4.8.8 405,278 4/24/2021
4.8.7 629,636 3/4/2021
4.8.6 254,769 2/20/2021
4.8.5 239,466 2/3/2021
4.8.4 512,273 12/30/2020
4.8.3 28,097 12/26/2020
4.8.2 127,173 12/15/2020
4.8.1 241,319 11/20/2020
4.8.0 144,297 11/11/2020
4.7.1 631,867 10/10/2020
4.7.0 84,745 10/7/2020
4.6.7 321,671 9/8/2020
4.6.6 36,032 9/3/2020
4.6.5 123,180 8/29/2020
4.6.4 391,310 8/2/2020
4.6.3 16,735 8/2/2020
4.6.2 54,486 7/28/2020
4.6.1 778,733 6/1/2020
4.6.0 116,345 5/26/2020
4.5.8 339,324 5/5/2020
4.5.6 384,099 4/13/2020
4.5.5 23,249 4/11/2020
4.5.4 151,125 4/5/2020
4.5.3 92,846 3/29/2020
4.5.2 127,090 3/12/2020
4.5.1 55,560 3/10/2020
4.5.0 280,000 2/24/2020
4.4.7 236,905 2/7/2020
4.4.6 215,350 1/29/2020
4.4.5 154,439 1/20/2020
4.4.4 40,290 1/19/2020
4.4.3 17,283 1/17/2020
4.4.2 42,142 1/15/2020
4.4.1 58,880 1/14/2020
4.4.0 1,207,665 12/25/2019
4.3.9 98,933 12/16/2019
4.3.8 41,065 12/12/2019
4.3.6 644,746 11/5/2019
4.3.5 100,450 10/31/2019
4.3.4 17,892 10/31/2019
4.3.3 30,166 10/27/2019
4.3.2 110,024 10/21/2019
4.3.1 139,575 10/15/2019
4.3.0 109,427 10/1/2019
4.2.20 451,528 9/16/2019
4.2.19 462,689 9/4/2019
4.2.17 104,754 8/31/2019
4.2.16 91,678 8/28/2019
4.2.15 607,526 8/12/2019
4.2.14 18,845 8/12/2019
4.2.13 17,602 8/11/2019
4.2.12 166,388 7/31/2019
4.2.11 72,590 7/27/2019
4.2.10 76,659 7/18/2019
4.2.9 53,994 7/12/2019
4.2.5 104,718 7/3/2019
4.2.4 19,719 7/2/2019
4.2.3 148,172 7/1/2019
4.2.2 166,900 6/20/2019
4.2.1 86,120 6/17/2019
4.2.0 37,003 6/14/2019
4.1.10 45,210 6/5/2019
4.1.9 66,423 5/30/2019
4.1.8 23,802 5/25/2019
4.1.7 37,058 5/22/2019
4.1.6 42,115 5/20/2019
4.1.5 123,164 5/5/2019
4.1.4 84,265 4/22/2019
4.1.3 26,298 4/17/2019
4.1.2 93,704 4/11/2019
4.1.1 31,890 4/8/2019
4.1.0 27,001 4/3/2019
4.0.15 201,838 3/4/2019
4.0.14 25,739 2/27/2019
4.0.13.1 101,294 2/23/2019
4.0.13 57,927 2/21/2019
4.0.12 96,248 2/13/2019
4.0.11 76,556 2/6/2019
4.0.10 26,883 2/3/2019
4.0.9 224,826 1/23/2019
4.0.8 37,449 1/22/2019
4.0.7 29,119 1/17/2019
4.0.6 34,331 1/15/2019
4.0.5 124,942 1/3/2019
4.0.4 698,270 11/14/2018
4.0.3 79,960 11/10/2018
4.0.2 121,380 10/29/2018
4.0.1 38,144 10/26/2018
4.0.0 50,499 10/19/2018
3.1.2 2,038,429 1/26/2018
3.1.1 348,679 12/21/2017
3.1.0 56,784 12/6/2017
3.0.2 209,805 10/11/2017
3.0.1 464,316 10/5/2017
3.0.0 91,396 9/17/2017
2.5.11 131,862 8/24/2017
2.5.10 126,093 7/16/2017
2.5.9 98,328 7/3/2017
2.5.8 257,098 5/16/2017
2.5.7 74,297 4/26/2017
2.5.6 175,808 3/9/2017
2.5.5 77,855 3/2/2017
2.5.4 17,085 3/1/2017
2.5.3 31,575 2/27/2017
2.5.2 182,894 12/29/2016
2.5.1 119,948 11/9/2016
2.5.0 530,744 11/6/2016
2.4.5 717,839 4/22/2016
2.4.4 1,219,225 2/28/2016
2.4.3 800,169 2/12/2016
2.4.2 26,553 2/7/2016
2.4.1 19,730 2/2/2016
2.4.0 47,672 1/19/2016
2.3.5 58,939 11/27/2015
2.3.4 89,811 11/4/2015
2.3.3 25,516 11/3/2015
2.3.2 82,158 9/22/2015
2.3.1 51,054 9/10/2015
2.3.0 56,464 9/1/2015
2.2.0 30,397 8/20/2015
2.1.8 186,338 7/2/2015
2.1.7 67,401 6/18/2015
2.1.6 29,076 6/9/2015
2.1.5 20,434 6/4/2015
2.1.4 101,261 3/23/2015
2.1.3 39,548 3/12/2015
2.1.2 24,538 3/5/2015
2.1.1 24,409 2/11/2015
2.1.0 24,156 2/5/2015
2.0.4 42,301 1/7/2015
2.0.3 23,965 12/23/2014
2.0.2 62,301 11/27/2014
2.0.1 32,904 11/7/2014
2.0.0 22,642 10/21/2014
1.9.1 191,169 9/18/2013
1.9.0 35,275 6/21/2013
1.8.1 51,957 4/2/2013
1.8.0 21,852 3/24/2013
1.7.3 120,956 1/30/2013
1.7.2 26,550 12/16/2012
1.7.1 21,082 11/8/2012
1.7.0 20,778 11/7/2012
1.6.1 21,580 9/29/2012
1.6.0 23,274 9/8/2012
1.5.0 24,516 7/17/2012
1.4.1 23,835 5/25/2012
1.4.0 21,893 5/12/2012
1.3.0 23,457 4/29/2012
1.2.7 23,017 3/26/2012
1.2.6 23,457 1/29/2012
1.2.5 23,017 1/24/2012
1.2.4 23,303 12/31/2011
1.2.3 23,686 12/10/2011
1.2.2 24,108 12/1/2011
1.2.1 24,182 9/18/2011
1.2.0 24,791 8/24/2011
1.1.1 41,023 8/9/2011