Blog Post

Educator Developer Blog
1 MIN READ

.NET Tools - Amazing list of OpenSource .NET tools and resources

Lee_Stott's avatar
Lee_Stott
Icon for Microsoft rankMicrosoft
Mar 21, 2019
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

Updated Mar 21, 2019
Version 2.0
No CommentsBe the first to comment