问题描述
我有一些使用Fakes库进行单元测试的项目。项目在Visual Studio中成功构建,但是当我尝试使用msbuild从命令行构建时,出现以下错误:
XControllerTests.cs(10,20): error CS0234: The type or namespace 'Fakes' does not exist in the namespace 'System.Data.Common' (are you missing an assembly reference?) [C:\Runner\builds\xxx\XTests.csproj]
这个问题实际上已经被问过,并且已经得到in this Stack Overflow post的回答。但是,该帖子中的答案并不完全适合我的情况,因为我正在使用存在于不同文件夹结构中的msbuild可执行文件。以上帖子中的答案仅适用于msbuild路径C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe
,但我使用的是路径C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe
有人碰巧知道适用于我的情况的等效解决方案吗?谢谢
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)