.NET Core 命令行扩展工具查找方法
目前,.NET Core 没有命令行扩展工具搜索功能。 以下是查找工具的一些方法:
- 参考 natemcmaster/dotnet-tools GitHub 存储库中的工具列表。 ( https://github.com/natemcmaster/dotnet-tools )
- 使用 ToolGet 搜索 .NET 工具。 ( https://www.toolget.net/ )
- 在 dotnet/aspnetcore GitHub 存储库的工具目录中查看 ASP.NET Core 团队创建的工具的源代码。 ( https://github.com/dotnet/aspnetcore/tree/master/src/Tools )
- 在 .NET Core dotnet 诊断工具中了解诊断工具。 ( https://docs.microsoft.com/zh-cn/dotnet/core/diagnostics/#net-core-dotnet-diagnostic-global-tools )
- 搜索 NuGet 网站。 但是,NuGet 网站尚无可用于仅搜索工具包的功能。 ( https://www.nuget.org/ )