dotnet-reportgenerator-cli

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.

Latest version published almost 4 years ago
VersionReleasedDeprecated
4.6.7Sep 8, 2020
Sep 8, 2020
almost 4 years ago
4.6.6Sep 3, 2020
Sep 8, 2020
almost 4 years ago
4.6.5Aug 29, 2020
Sep 8, 2020
almost 4 years ago
4.6.4Aug 2, 2020
Sep 8, 2020
almost 4 years ago
4.6.3Aug 2, 2020
Sep 8, 2020
almost 4 years ago
4.6.2Jul 28, 2020
Sep 8, 2020
almost 4 years ago
4.6.1Jun 1, 2020
Sep 8, 2020
almost 4 years ago
4.6.0May 26, 2020
Sep 8, 2020
almost 4 years ago
4.5.8May 5, 2020
Sep 8, 2020
almost 4 years ago
4.5.6Apr 13, 2020
Sep 8, 2020
almost 4 years ago

Last updated on 19 January-2024, at 00:15 (UTC).

Got EOL?

Xeol can give you visibility into end-of-life (EOL) and deprecated packages across all your repositories. Try it out!

Description

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: https://www.nuget.org/packages/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]

FAQs

> Is dotnet-reportgenerator-cli Deprecated?

It appears there are some versions of dotnet-reportgenerator-cli that are deprecated.

> What is the deprecation date for the latest version of dotnet-reportgenerator-cli?

The latest version of dotnet-reportgenerator-cli was released on Sep 8, 2020, and it is now deprecated.

> What does deprecated mean?

Deprecated means that the package was either marked as deprecated on the package registry, or that the source code repository for the package was archived.