简体   繁体   English

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

[英]Nuget vs. Web Installer. How is it related to VS 2010 extensions

Does the functionality of these overlap ? 这些功能是否重叠? I understand web installer adds pieces to VS2010 and nuget does also.. 我了解网络安装程序会在VS2010中添加一些内容,而nuget也会这样做。

How are these related to vs2010 extensions that are NOT allowed in vs2010 express. 这些与vs2010 express中不允许的vs2010扩展有什么关系。 But nuget is allowed in vs2010 express and that seems to allow extension in the vs2010 express. 但是nuget在vs2010 Express中是允许的,并且似乎可以在vs2010 Express中进行扩展。

Can anyone clear this up for me ? 谁能为我解决这个问题?

Nuget is for adding packages or libraries to your current "project" (project meaning general code project not vs proj file). Nuget用于将软件包或库添加到当前的“项目”(项目表示常规代码项目而不是proj文件)。 The extension Gallery is designed to extend the functionality of Visual Studio. 扩展库旨在扩展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. 例如,Nuget软件包管理器在VS扩展库中,因为它扩展了Visual Studio并添加了将软件包添加到项目中的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM