如果已删除,则从 NuGet 获取 DLL

发布于 2024-11-04 08:28:48 字数 298 浏览 1 评论 0原文

我在 NuGet 上读了很多书,但似乎找不到我想要的东西。本质上,我希望它能像 Apache Ivy 一样工作,您只需签入您的配置文件(无需任何二进制文件)并告诉 NuGet 获取所有 DLL,从而使您免于对大量 DLL 进行版本控制。

因此:NuGet 中是否有一个命令来获取和配置 packages.config 中提到的所有依赖项?

同样,这种情况是我只将 packages.config 检查到源中控制,而不是实际的 DLL,我需要重新获取所有内容。 (最好不要按名称一一获取包)。

I've done a fair bit of reading on NuGet, and I can't seem to find what I want. Essentially, I'm hoping that it will work like Apache Ivy, where you can just check in your config file (without any binaries) and tell NuGet to fetch all the DLLs -- thus saving you from versioning tons of DLLs.

Hence: is there a command in NuGet to fetch and configure all dependencies mentioned in packages.config?

Again, the case for this is that I only checked packages.config into source control, not the actual DLLs, and I need to re-fetch everything. (Preferably without fetching packages one by one by name).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苏佲洛 2024-11-11 08:28:48

最近的博客文章对此进行了介绍:

编辑:现在也涵盖 NuGet 文档页面

This has been covered recently in blog posts:

EDIT: Now also covered on NuGet's Documentation Pages

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文