摘要:
1、NUnit project.json 测试类 然后在集成终端里面输入dotnet test,就可以运行Console Runner 2、xunit project.json 测试类 和NUnit一样,输入dotnet test,就可以运行测试 Visual Studio Code现在也可以直接嗅 阅读全文
posted @ 2017-02-14 15:51
Richeir
阅读(441)
评论(0)
推荐(0)
摘要:
如果想知道这个命令的详细用法,可以在打完命令之后,在输入一个" --help"即可 $ dotnet new --help.NET Initializer Usage: dotnet new [options] Options: -h|--help Show help information -l| 阅读全文
posted @ 2017-02-14 14:36
Richeir
阅读(2566)
评论(0)
推荐(1)