Nuget 与 Web 安装程序。它与 VS 2010 扩展有何关系

发布于 2024-11-01 05:04:29 字数 178 浏览 0 评论 0原文

它们的功能有重叠吗?我知道 Web 安装程序向 VS2010 添加了一些内容,nuget 也这样做了。

这些与 vs2010 Express 中不允许的 vs2010 扩展有何关系。但是vs2010 Express中允许nuget,并且这似乎允许在vs2010 Express中扩展。

谁能帮我解决这个问题吗?

Does the functionality of these overlap ? I understand web installer adds pieces to VS2010 and nuget does also..

How are these related to vs2010 extensions that are NOT allowed in vs2010 express. But nuget is allowed in vs2010 express and that seems to allow extension in the vs2010 express.

Can anyone clear this up for me ?

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

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

发布评论

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

评论(1

陌上青苔 2024-11-08 05:04:29

Nuget 用于将包或库添加到当前的“项目”(项目指的是通用代码项目,而不是 vs proj 文件)。扩展 Gallery 旨在扩展 Visual Studio 的功能。例如,Nuget 包管理器位于 VS 扩展库中,因为它扩展了 Visual Studio 并添加了向项目添加包的功能。

Nuget is for adding packages or libraries to your current "project" (project meaning general code project not vs proj file). The extension Gallery is designed to extend the functionality of Visual Studio. For instance Nuget Package Manager is in the VS Extension gallery as it extends Visual Studio and adds the ability to add package to your project.

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