gpt4 book ai didi

package - nuget 检索包元数据

转载 作者:行者123 更新时间:2023-12-02 05:42:06 25 4
gpt4 key购买 nike

An error occurred while retrieving package metadata for 'bootstrap.3.3.5' from source 'nuget.org'. ========== Finished ==========

Screenshot

缺陷在哪里,想知道网站 nuget.org 是否可能崩溃或者问题是否是本地的。我在 Windows 上使用 Visual Basic。当他希望下载 Entity Framework 包,但他不接受从官网下载nuget包时,缺陷就开始了。

对正在发生的事情有解释吗?

这意味着,当我使用 Visual Basic 设计网站并通过 asp.net Web 应用程序处理数据库时,当我通过 Visual Basic 中附加的 nuget 安装包时,我遇到了上图中的错误,并且知道我会去到页面https://www.nuget.org要求安装 NuGet 。 exe不接受下载意图是计算机的问题还是向所有人公开的问题。

检索包元数据时发生错误

我注意到 Visual Studio 2015 NuGet Package Manage for Visual Studio 已更新至版本 3.1.60724.766(从当前的 3.0.60624.657),因此我下载并安装了它。同样的错误。

修复

在 Visual Studio 2015 中。

工具菜单 -> NuGet 包管理器 -> 包管理器设置

点击包源

点击+号

添加以下内容:

名称:类似于 NuGet v2

来源:https://www.nuget.org/api/v2/

取消选中当前的 nuget.org,使其看起来应如下所示: look like

现在您应该能够安装 NuGet 包

&&

每个软件包均由其所有者许可给您。 Microsoft 不对第三方软件包负责,也不向第三方软件包授予任何许可。某些软件包可能包含受附加许可证管理的依赖项。按照包源(提要)URL 确定任何依赖项。

包管理器控制台主机版本3.0.0.0

输入“get-help NuGet”即可查看所有可用的 NuGet 命令。

PM> 获取帮助 NuGet话题 about_NuGet

简短说明 提供有关 NuGet 包管理器命令的信息。

详细说明 本主题介绍 NuGet 包管理器命令。 NuGet 是一个集成包 用于向 .NET 项目添加库和工具的管理工具。

The following NuGet cmdlets are included.

Cmdlet Description
------------------ ----------------------------------------------
Find-Package Get the set of packages available from the package source,
based on the package Id/keyword. This is a new command that
will replace Get-Package -ListAvailable.

Get-Package Gets the set of installed packages. With -Updates switch,
gets the set of package updates available from the package source.

Install-Package Installs a package and its dependencies into the project.

Uninstall-Package Uninstalls a package. If other packages depend on this package,
the command will fail unless the –Force option is specified.

Update-Package Updates a package and its dependencies to a newer version.

Sync-Package Get the version of installed package from specified/default project
and sync the version to the rest of projects in the solution.

Add-BindingRedirect Examines all assemblies within the output path for a project
and adds binding redirects to the application (or web)
configuration file where necessary.

Get-Project Returns a reference to the DTE (Development Tools Environment)
for the specified project. If none is specifed, returns the
default project selected in the Package Manager Console.

Open-PackagePage Open the browser pointing to ProjectUrl, LicenseUrl or
ReportAbuseUrl of the specified package.

Register-TabExpansion Registers a tab expansion for the parameters of a command.

另请参阅 在线文档:ht tp://g o .m icrosoft 。 com/fwlink/?链接ID=206619 查找包 获取包 安装包 卸载包 更新包 同步包 添加绑定(bind)重定向 获取项目 打开包页面 注册选项卡扩展下午>

所有这些,服务仍然无法正常工作

最佳答案

它需要两个步骤(第二个步骤可能是可选的,但我总是喜欢干净的解决方案)

  1. 在资源管理器中打开项目所在的文件夹。使用记事本打开packages.config。找到并删除提到损坏的包名称的行。

  2. 打开解决方案所在的文件夹。打开子文件夹“包”。找到包含损坏包的文件夹并将其删除。

注意:如果删除了错误的包,只需在 Visual Studio“选项”中启用 NuGet 恢复,启用后右键单击解决方案并选择“恢复丢失的 NuGet 包”

关于package - nuget 检索包元数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33617584/

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