dotnet-reportgenerator-cli 4.0.3

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package dotnet-reportgenerator-cli --version 4.0.3
                    
NuGet\Install-Package dotnet-reportgenerator-cli -Version 4.0.3
                    
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="dotnet-reportgenerator-cli" Version="4.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dotnet-reportgenerator-cli" Version="4.0.3" />
                    
Directory.Packages.props
<PackageReference Include="dotnet-reportgenerator-cli" />
                    
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 dotnet-reportgenerator-cli --version 4.0.3
                    
#r "nuget: dotnet-reportgenerator-cli, 4.0.3"
                    
#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 dotnet-reportgenerator-cli@4.0.3
                    
#: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=dotnet-reportgenerator-cli&version=4.0.3
                    
Install as a Cake Addin
#tool nuget:?package=dotnet-reportgenerator-cli&version=4.0.3
                    
Install as a Cake Tool

ReportGenerator converts XML reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura or JaCoCo or 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 Core and you want to use ReportGenerator as a 'DotnetCliTool'.

Installation:
Add the following element to your project file:
<ItemGroup>
<DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="x.y.z" />
</ItemGroup>

Usage:
dotnet reportgenerator [options]

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on dotnet-reportgenerator-cli:

Repository Stars
alexandre-spieser/AspNetCore.Identity.MongoDbCore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Version Downloads Last Updated