本文收藏一些好用的 dotnet tool 工具
如何寻找到更多工具,请参阅 dotnet 在 NuGet 上搜寻好用的 dotnet tool 工具
收藏夹
以下这些是大佬们收藏的工具:
- natemcmaster/dotnet-tools: A list of tools to extend the .NET Core command line (dotnet)
- RehanSaeed/awesome-dotnet-core: A collection of awesome .NET core libraries, tools, frameworks and software
- spectresystems/snitch: A tool that help you find duplicate transitive package references.
更多工具可以在 ToolGet 里面进行搜寻
UpdateAllDotNetTools
一句命令更新所有 dotnet tool 到最新版本
安装方法:
NugetMergeFixTool
修复大型项目的 NuGet 合并,也可以用来快速升级 NuGet 库
snitch
dotnet-serve
一句命令开启文件服务器
可以方便在多个设备之间分享文件,例如将电脑的文件传给手机
参阅 dotnet serve 一句话开启文件服务器 通过 HTTP 将文件共享给其他设备
dotnet-exec
javadparvaresh/dotnet-exec: Execute shell script as dotnet tasks
CSharpier
功能和 dotnet format 工具差不多,是一个代码格式化工具
详细请看 CSharpier 官网
https://github.com/belav/csharpier
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。 欢迎转载、使用、重新发布,但务必保留文章署名 林德熙 (包含链接: https://blog.lindexi.com ),不得用于商业目的,基于本文修改后的作品务必以相同的许可发布。如有任何疑问,请与我 联系。