Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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

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 . A list of project tools see https://github.com/natemcmaster/dotnet-tools/blob/master/project-tools.md

Share the post

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

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×