permalink | title | comment | drawer-close | sidebar | layout | component |
---|---|---|---|---|---|---|
/tools/dotnet/ |
.Net 相关 |
true |
false |
toc fixed |
index |
markdown anchor |
.Net 相关
Visual Studio
Visual Studio IntelliCode 基于AI的代码提示工具
XML Comments 为函数生成及更新 ///
dotnet core
dotnet-script 以脚本的方式运行dotnet,且支持REPL(写一句执行一句)
更新:有一说一,不如LINQPad
dotnet-serve 简易http服务,伺服任意文件夹,还支持https
NuGet 包
CommandDotNet 创建命令行工具的利器,自动把类中的函数转化为各种命令
System.CommandLine 微软官方的命令行解析工具,cipherc亲测好用
Colorful.Console 让控制台输出彩色字符
ObjectDumper 格式化输出object的属性,调试利器
ConsoleControl WPF控件版的Console
Newtonsoft.Json 用于序列化json, dotnet core 3.0开始内置了System.Text.Json
BouncyCastle 密码算法库
开源项目
XAML Controls Gallery 微软官方出品的XAML控件展示软件,并且是开源的