DNU Restore导致多个“文件存在”警告和错误并最终死亡

时间:2016-04-13 21:47:09

标签: asp.net-core dnx dnu dnvm

我最近将我的VS 2015更新为Update 2,并且还进行了dnvm update-self。采取这些行动后,我现在无法执行dnu恢复。我看到myget和nuget

中的几乎每个包都出现以下错误
     GET https://www.nuget.org/api/v2/FindPackagesById()?id='xunit.runner.dnx'
Warning: FindPackagesById: xunit.runner.dnx
  The file exists.

  GET https://www.nuget.org/api/v2/FindPackagesById()?id='xunit.runner.dnx'
Error: FindPackagesById: xunit.runner.dnx
  The file exists.

最终整个行动都爆炸了。我已经尝试重新安装我的DNX(目前正在使用RC1-Update1),删除所有软件包等......无济于事。任何想法都表示赞赏。

0 个答案:

没有答案