【发布时间】:2017-05-26 00:29:47
【问题描述】:
我正在使用 dotnet core 开发应用程序。 当我尝试运行单元测试时,我收到以下消息:
The active test run was aborted. Reason: Unable to communicate with test host process.
我已经检查了我的 .csproj 文件,我已经卸载并再次安装了 dotnet core,尝试重建项目,尝试再次恢复包,搜索代码错误,但我不知道发生了什么。
我使用的是 Ubuntu 16.04。
面临该问题的项目可在此处获得:https://github.com/andremteixeira/Personal-Accounting
【问题讨论】:
标签: c# .net .net-core xunit.net