dotnet-ef
by: Microsoft
- 78 total downloads
- Latest version: 10.0.11
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
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
- 2 total downloads
- Latest version: 1.2.1
CSharpier is an opinionated code formatter for c#.
ilspycmd
by: ILSpy Team
- 1 total downloads
- Latest version: 9.1.0.7988
Command-line decompiler using the ILSpy decompilation engine
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]