摘要:
MSTest、NUnit、xUnit.net 属性对照表 Marks a test method. xUnit.net does not require an attribute for a test class; it looks for all test methods in all publi 阅读全文
摘要:
vs code extengsions vs code doc 阅读全文
摘要:
Extending Visual Studio Code - Start learning about the VS Code extension API. Your First Extension - Try creating a simple Hello World extension. Pub 阅读全文
摘要:
.NET Core 包含以下部分: .NET Core 运行时:提供类型系统、程序集加载、垃圾回收器、本机互操作(简单理解为托管代码对非托管代码的调用)和其他基本服务。.NET Core 框架库提供基本元数据类型、应用编写类型和基本实用程序。 ASP.NET Core 运行时:提供框架以生成基于新式 阅读全文
摘要:
1.guid做随机种子再随机 2.雪花算法 阅读全文