Info
Version: | 4.6.7 |
Author(s): | Daniel Palme |
Last Update: | Tuesday, September 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielpalme/ReportGenerator |
NuGet Url: | https://www.nuget.org/packages/dotnet-reportgenerator-cli |
Install
Install-Package dotnet-reportgenerator-cli
dotnet add package dotnet-reportgenerator-cli
paket add dotnet-reportgenerator-cli
dotnet-reportgenerator-cli Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 2.1.0)
Tags
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].