dotnet-outdated-tool
by: dotnet-outdated Team & Contributors
- 1 total downloads
- Latest version: 4.6.8
A .NET Core global tool to update project dependencies.
CSharpier
by: CSharpier
- 1 total downloads
- Latest version: 1.2.1
CSharpier is an opinionated code formatter for c#.
dotnet-reportgenerator-globaltool
by: Daniel Palme
- 29 total downloads
- Latest version: 5.5.11
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. 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]