Info
Version: | 5.4.3 |
Author(s): | Daniel Palme |
Last Update: | Saturday, December 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielpalme/ReportGenerator |
NuGet Url: | https://www.nuget.org/packages/dotnet-reportgenerator-globaltool |
Install
Install-Package dotnet-reportgenerator-globaltool
dotnet add package dotnet-reportgenerator-globaltool
paket add dotnet-reportgenerator-globaltool
dotnet-reportgenerator-globaltool Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The reports show the coverage quotas and also visualize which lines of your source code have been covered.
Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'.
Installation:
dotnet tool install -g dotnet-reportgenerator-globaltool
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
dotnet new tool-manifest
dotnet tool install dotnet-reportgenerator-globaltool
Usage:
reportgenerator [options]
tools\reportgenerator.exe [options]
dotnet reportgenerator [options].