dotnet-reportgenerator-cli 4.1.5

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.1.5
NuGet\Install-Package dotnet-reportgenerator-cli -Version 4.1.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="dotnet-reportgenerator-cli" Version="4.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-reportgenerator-cli --version 4.1.5
#r "nuget: dotnet-reportgenerator-cli, 4.1.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.
// Install dotnet-reportgenerator-cli as a Cake Addin
#addin nuget:?package=dotnet-reportgenerator-cli&version=4.1.5

// Install dotnet-reportgenerator-cli as a Cake Tool
#tool nuget:?package=dotnet-reportgenerator-cli&version=4.1.5

ReportGenerator converts XML reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or Clover 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