Nuget 包 "Not available in this source"
Nuget Package "Not available in this source"
我正在尝试启动该项目。其中一个 Nuget 包说“在此源中不可用。”
它不是第三方包,但名称为:MyCompanyName.ProjectName.Debug
当我点击“还原”时,出现以下错误:
An error occurred while trying to restore packages: Unable to find
version '1.2.3' of package 'MyCompanyName.ProjectName.Debug'.
C:/Program Files (x86)\Microsoft SDKs\NuGetPackages: Package
'MyCompanyName.ProjectName.Debug.1.2.3' is not found on source
'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages'.
https://api.nuget.org/v3/index.json: Package
'MyCompanyName.ProjectName.Debug.1.2.3' is not found on source
'https://api.nuget.org/v3/index.json'.
我发现的一个提示是 select 从本地 NuGet 存储库“全部恢复”,但之后我无法继续。
如有任何帮助,我们将不胜感激。
谢谢。
听起来贵公司有发布包的内部 NuGet 提要,而不是 public NuGet.org 提要。您应该向您的同事询问提要 URL 并将其添加到您的配置中,例如nuget sources add.
我正在尝试启动该项目。其中一个 Nuget 包说“在此源中不可用。”
它不是第三方包,但名称为:MyCompanyName.ProjectName.Debug
当我点击“还原”时,出现以下错误:
An error occurred while trying to restore packages: Unable to find version '1.2.3' of package 'MyCompanyName.ProjectName.Debug'.
C:/Program Files (x86)\Microsoft SDKs\NuGetPackages: Package 'MyCompanyName.ProjectName.Debug.1.2.3' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages'. https://api.nuget.org/v3/index.json: Package 'MyCompanyName.ProjectName.Debug.1.2.3' is not found on source 'https://api.nuget.org/v3/index.json'.
我发现的一个提示是 select 从本地 NuGet 存储库“全部恢复”,但之后我无法继续。
如有任何帮助,我们将不胜感激。
谢谢。
听起来贵公司有发布包的内部 NuGet 提要,而不是 public NuGet.org 提要。您应该向您的同事询问提要 URL 并将其添加到您的配置中,例如nuget sources add.