dotnet-reportgenerator-cli 4.6.7

Suggested Alternatives

dotnet-reportgenerator-globaltool

Additional Details

CLI tools are only relevant for .NET Core 2.x. Please migrate to global tool instead.

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

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

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

Warning:
This package is intended for .NET Core 2.x. It will not work with .NET Core 3.x.
Consider the dotnet-reportgenerator-globaltool for .NET Core 3.x:
dotnet-reportgenerator-globaltool

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