ctaggart / SourceLink

Source Code On Demand
MIT License
356 stars 55 forks source link

sourcelink .NET Core global tool #349

Closed ctaggart closed 6 years ago

ctaggart commented 6 years ago

.NET Core Global Tools https://natemcmaster.com/blog/2018/02/02/dotnet-global-tool/ https://natemcmaster.com/blog/2018/05/12/dotnet-global-tools/

dotnet install tool -g sourcelink

This is the donet-sourcelink repackaged as a global tool instead of a dotnet tool. dotnet-sourcelink to be removed.

ctaggart commented 6 years ago

It wasn't that difficult to port it. It is now available: https://www.nuget.org/packages/SourceLink/3.0.0-build.732

dotnet tool install -g sourcelink --version 3.0.0-build.732