【发布时间】:2017-07-13 11:00:57
【问题描述】:
通过命令行 (nunit-console.exe assemblyName.dll) 运行 NUnit 测试时,ConfigurationManager 无法从“App.config”文件中读取密钥,因此程序抛出“System.ArgumentNullException : Argument cannot be null "
我还将“App.config”文件复制到运行 Nunit-console.exe 的路径
有人可以帮助我吗?
【问题讨论】:
标签: c# nunit nunit-console pnunit