在VisualStudio的最新更新中获取此错误。我们使用的是Central包,但我正在尝试如何启用预览功能来构建它。也许我在什么地方遗漏了一个场景?The project Test.csproj is using CentralPackageVersionManagement, a NuGet preview feature.
由于某些原因,我无法在我的解决方案中安装NuGet包,包管理器只是挂起。但是,如果我删除“包”文件夹,可以还原当前的NuGet包,但不能添加新的包。获得依赖项时,包管理器挂起。当前软件包来源:Microsoft VisualStudio Professional 2015 Microsoft.NET Framework Version 4.6.01055
Installed Ve
我正在使用VisualStudio Online和VisualStudio 2013。构建失败,出现以下错误
You are trying to build with OctoPack, but the NuGet targets file that OctoPack depends onThis is probably because the OctoPack package has not been committed to source control, or NuGe
我正在尝试用VisualStudio2017社区版构建窗口计算器()。我按照说明操作,但得到一条错误消息,开头是:
NuGet Package restore failed for project Calculator: Unable to find version '1.0.2/v3/index.json: Package 'Microsoft.WindowsCalculator.PGO.1.0.2' is not found on source 'https:/
我正在使用VisualStudio Mac Preview中的ASPNet.Core 1.1.0应用程序,但在更新/安装NuGet包时遇到问题。
如果我尝试更新例如。从1.0.0到1.1.0的Microsoft.AspNetCore.Diagnostics会导致下载失败,并将软件包完全删除。然后,我必须再次下载并安装1.0.0的软件包。