NuGet.VisualStudio 17.11.1

Prefix Reserved
dotnet add package NuGet.VisualStudio --version 17.11.1                
NuGet\Install-Package NuGet.VisualStudio -Version 17.11.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NuGet.VisualStudio" Version="17.11.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NuGet.VisualStudio --version 17.11.1                
#r "nuget: NuGet.VisualStudio, 17.11.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NuGet.VisualStudio as a Cake Addin
#addin nuget:?package=NuGet.VisualStudio&version=17.11.1

// Install NuGet.VisualStudio as a Cake Tool
#tool nuget:?package=NuGet.VisualStudio&version=17.11.1                

NuGet.VisualStudio

This package provides APIs for invoking NuGet services in Visual Studio. It contains NuGet’s older services that are available via the Managed Extensibility Framework (MEF).

Usage

After installing the package, you can use its services to interact with NuGet in Visual Studio. This can be used to install and uninstall packages, and to obtain information about installed packages.

MEF Services

From NuGet 6.0, all of these APIs are available in the package NuGet.VisualStudio. In NuGet 5.11 and earlier, the APIs in the namespace NuGet.VisualStudio are available in the package NuGet.VisualStudio, and APIs in the namespace NuGet.SolutionRestoreManager are available in the package NuGet.SolutionRestoreManager.Interop.

Example

Get installed packages

To use a service, import it through the MEF Import attribute, or through the IComponentModel service.

// Using the Import attribute
[Import(typeof(IVsPackageInstaller2))]
public IVsPackageInstaller2 packageInstaller;
packageInstaller.InstallLatestPackage(source: null, currentProject,
    "Newtonsoft.Json", includePrerelease: false, ignoreDependencies: false);

// Using the IComponentModel service
var componentModel = (IComponentModel)GetService(typeof(SComponentModel));
IVsPackageUninstaller uninstallerServices =
    componentModel.GetService<IVsPackageUninstaller>();

var uninstallerServices = installerServices.UninstallPackage(currentProject, "Newtonsoft.json", removeDependencies: true);

Additional documentation

More information about the NuGet.VisualStudio library can be found on the NuGet API docs.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on NuGet.VisualStudio:

Package Downloads
SuntekSolutions.SkyScraper.Core

.NET SQLServer Data Access, Object Relational Mapper and Caching Library

TwitterTracker

Package Description

TwitterTracker.Filter

Package Description

BlazorAnkitSharma

A reusable component for Blazor (with many features)

AmqpServer

This is a simple Amqp wrapper to reduce boilerplate code.

GitHub repositories (24)

Showing the top 5 popular GitHub repositories that depend on NuGet.VisualStudio:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
microsoft/dotnet-apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
dotnet/project-system
The .NET Project System for Visual Studio
mrlacey/Rapid-XAML-Toolkit
A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
Version Downloads Last updated
17.11.1 695 10/1/2024
17.11.0 578 8/13/2024
17.11.0-preview.2 94 6/5/2024
17.10.2 248 8/12/2024
17.10.1 2,008 6/27/2024
17.10.0 1,269 5/21/2024
17.9.1 2,508 2/13/2024
17.8.1 234 2/13/2024
17.8.0 3,278 11/17/2023
17.7.1 319 2/14/2024
17.7.0 44,244 8/9/2023
17.6.2 382 2/13/2024
17.6.1 2,717 6/13/2023
17.6.0 1,373 5/17/2023
17.6.0-preview.3 119 5/17/2023
17.5.1 472 6/13/2023
17.5.0 3,167 2/22/2023
17.4.3 141 2/13/2024
17.4.2 242 6/13/2023
17.4.0 9,816 11/9/2022
17.3.4 136 2/13/2024
17.3.3 181 6/14/2023
17.3.1 1,498 10/11/2022
17.2.4 179 6/14/2023
17.2.2 4,328 10/11/2022
17.1.0 65,325 2/16/2022
6.0.6 167 2/13/2024
6.0.5 244 6/13/2023
6.0.3-rc.1 142 10/11/2022
6.0.2 976 6/14/2022
5.11.6 368 2/13/2024
5.11.5 1,008 6/15/2023
5.11.3 4,543 10/11/2022
5.10.0 6,079 6/15/2021 5.10.0 is deprecated because it is no longer maintained.
5.9.3 469 10/11/2022 5.9.3 is deprecated because it is no longer maintained.
5.8.1 1,044 1/16/2021 5.8.1 is deprecated because it is no longer maintained.
5.7.3-rtm.5 169 10/11/2022 5.7.3-rtm.5 is deprecated because it is no longer maintained.
5.7.2 499 6/14/2022 5.7.2 is deprecated because it is no longer maintained.
5.6.0 8,502 5/20/2020 5.6.0 is deprecated because it is no longer maintained.
5.5.1 2,233 4/3/2020 5.5.1 is deprecated because it is no longer maintained.
5.4.0 7,882 12/3/2019 5.4.0 is deprecated because it is no longer maintained.
5.3.1 1,464 10/25/2019 5.3.1 is deprecated because it is no longer maintained.
5.2.1 172 6/14/2022 5.2.1 is deprecated because it is no longer maintained.
5.1.0 10,742 5/21/2019 5.1.0 is deprecated because it is no longer maintained.
5.0.2 752 5/14/2019 5.0.2 is deprecated because it is no longer maintained.
4.9.6 208 10/11/2022 4.9.6 is deprecated because it is no longer maintained.
4.8.2 442 3/12/2019 4.8.2 is deprecated because it is no longer maintained.
4.7.3 394 3/15/2019 4.7.3 is deprecated because it is no longer maintained.
4.6.4 5,864 3/15/2019 4.6.4 is deprecated because it is no longer maintained.
4.5.3 596 3/15/2019 4.5.3 is deprecated because it is no longer maintained.
4.4.3 1,044 3/15/2019 4.4.3 is deprecated because it is no longer maintained.
4.3.1 888 3/12/2019 4.3.1 is deprecated because it is no longer maintained.
4.2.0 6,684 7/14/2017 4.2.0 is deprecated because it is no longer maintained.
4.1.0 1,792 7/14/2017 4.1.0 is deprecated because it is no longer maintained.
4.0.0 93,152 3/7/2017 4.0.0 is deprecated because it is no longer maintained.
3.5.0 35,520 1/18/2017 3.5.0 is deprecated because it is no longer maintained.
3.3.0 149,867 1/14/2016 3.3.0 is deprecated because it is no longer maintained.
2.8.6 22,593 7/21/2015 2.8.6 is deprecated because it is no longer maintained.
2.7.2 2,870 11/11/2013 2.7.2 is deprecated because it is no longer maintained.
2.6.0 1,954 6/26/2013 2.6.0 is deprecated because it is no longer maintained.
2.5.0 1,936 4/25/2013 2.5.0 is deprecated because it is no longer maintained.
2.2.0 2,430 12/12/2012 2.2.0 is deprecated because it is no longer maintained.
2.1.0 6,069 10/4/2012 2.1.0 is deprecated because it is no longer maintained.