摘要:
首先安装Swashbuckle.Core 然后添加swagger配置文件。 注: 1. [assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")],这句话要加。当然这只是一种方式,还有其他的注册方式。 2. XXX 阅读全文
摘要:
一. 工具下载: 1. Sandcastle:Sandcastle是微软官方的文档生成工具,下载地址:http://www.codeplex.com/Sandcastle 2. SHFBGuidedInstaller:Sandcastle结合新发布的Sandcastle Help File Buil 阅读全文
摘要:
GitHub地址:https://github.com/shouldly/shouldly Shouldly的官方文档:http://docs.shouldly-lib.net/ Nuget安装: 在测试类中引用: using Shouldly; 用法 : 我们看一下,ShouldNotBeNull 阅读全文