.NET Tools - Amazing list of OpenSource .NET tools and resources
Published Mar 21 2019 01:34 PM 353 Views
Microsoft
First published on MSDN on Sep 25, 2018

dotnet-tools

This is a great set of resources complied by Nate McMaster, Senior software engineer on the ASP.NET Core project

A list of tool extensions for .NET Core Command Line (dotnet CLI). see https://github.com/natemcmaster/dotnet-tools

These tools can be installed by executing

dotnet tool install -g $packageId

After installing, the tool should be available by running

$commandName

You don't need to run "dotnet $commandName" , just $commandName

The CLI also supports an older format called "project tools" or <DotNetCliToolReference> . A list of project tools see https://github.com/natemcmaster/dotnet-tools/blob/master/project-tools.md

Version history
Last update:
‎Mar 21 2019 01:34 PM
Updated by: