gpt4 book ai didi

NuGet 包还原 - "Package restore is disabled by default. To give consent, open the Visual Studio Options dialog"

转载 作者:行者123 更新时间:2023-12-03 10:11:47 24 4
gpt4 key购买 nike

我正在尝试从构建服务器上的命令行使用 NuGet 包还原。

nuget install myapp/packages.config

但是,我收到以下错误消息:

默认情况下禁用包恢复。要表示同意,请打开 Visual Studio 选项对话框。

如果不在构建服务器上安装 VS2010,我该怎么做? (不,我不这样做)。有没有注册表设置之类的? NuGet 如何确定包还原已禁用。事实上,为什么他们甚至会关心默认禁用的东西?

最佳答案

这是当前发生的情况,因为 NuGet Package Restore 在下载包之前需要获得同意,并且按照当前的工作方式,无法从包恢复中识别调用“nuget.exe install packages.config”的用户。
有关同意的更多详细信息,请访问:http://blog.nuget.org/20120518/package-restore-and-consent.html

注意:这个问题应该在下周修复。

作为一种解决方法,您可以通过将 EnableNuGetPackageRestore 环境变量设置为 true 来表示同意。

关于NuGet 包还原 - "Package restore is disabled by default. To give consent, open the Visual Studio Options dialog",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11905352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com