Nuget 与 Web 安装程序。它与 VS 2010 扩展有何关系
它们的功能有重叠吗?我知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.