克隆ASP.NET MVC从GitHub 3应用表明旁每Nuget'd包黄色惊叹号 [英] Cloned ASP.NET MVC 3 application from github shows yellow exclamation marks next to every Nuget'd package

查看:632
本文介绍了克隆ASP.NET MVC从GitHub 3应用表明旁每Nuget'd包黄色惊叹号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是来自通过的NuGet的方式每DLL显示了对从GitHub克隆的ASP.NET MVC项目后,一个黄色背景的感叹号。这个问题似乎是路径是绝对的,而不是相对的,这意味着它显示了初始开发者的绝对路径这在我的情况比我的不同。

Every DLL that comes by way of NuGet shows an exclamation mark against a yellow background after cloning the ASP.NET MVC project from github. The problem appears to be the PATH which is absolute rather than relative, meaning that it shows the initial developer's absolute path which in my case is different than mine.

所以...

有没有办法强制的NuGet使用相对路径?或者说,有没有办法简单地使用的NuGet从项目内更新所有这些?或者,是否有更好的办法在GitHub的环境中的NuGet工作?

Is there a way to force Nuget to use relative paths? Or, is there a way to simply use Nuget to update all of these from within the project? Or, is there a better way to work with NuGet in a github environment?

感谢

推荐答案

启用包你的项目恢复。这将导致的NuGet下载上构建任何丢失的DLL。他们不应该是绝对的,但无论如何,如果他们错过这将照顾它。

Enable Package Restore on your project. That will cause Nuget to download any missing dlls on build. They shouldn't be absolute anyway but this will take care of it if they're missing.

您可以右键单击在Visual Studio中的解决方案,然后选择启用的NuGet包还原

You can right click the solution in Visual Studio and choose "Enable Nuget Package Restore"

旧博客文章:
HTTP://blog.davidebbo .COM / 2011/08 /易方式到建立-的NuGet到restore.html

这篇关于克隆ASP.NET MVC从GitHub 3应用表明旁每Nuget'd包黄色惊叹号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆