MSBuilder.VsixInstaller 0.2.11

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MSBuilder.VsixInstaller --version 0.2.11
NuGet\Install-Package MSBuilder.VsixInstaller -Version 0.2.11
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="MSBuilder.VsixInstaller" Version="0.2.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuilder.VsixInstaller --version 0.2.11
#r "nuget: MSBuilder.VsixInstaller, 0.2.11"
#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 MSBuilder.VsixInstaller as a Cake Addin
#addin nuget:?package=MSBuilder.VsixInstaller&version=0.2.11

// Install MSBuilder.VsixInstaller as a Cake Tool
#tool nuget:?package=MSBuilder.VsixInstaller&version=0.2.11

This NuGet package provides the various tasks to handle all operations
related to Visual Studio extensions via MSBuild, which goes beyond what
VSIXInstaller.exe supports by allowing not only to work against arbitrary
Visual Studio versions but also experimental and custom instances (also
known as -registry- hives).

Example (tasks used inside a target):
<InstallVsix VisualStudioVersion="$(VisualStudioVersion)"
               VsixPath="MyExtension.vsix"
               RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)" />
<UninstallVsix VisualStudioVersion="$(VisualStudioVersion)"
                 VsixId="MyExtension"
                 RootSuffix="Exp" />
<EnableVsix VisualStudioVersion="$(VisualStudioVersion)" VsixId="MyExtension" />
<DisableVsix VisualStudioVersion="$(VisualStudioVersion)" VsixId="MyExtension" />

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MSBuilder.VsixInstaller:

Package Downloads
MSBuilder.VsixDependency The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Injects VsixDependency items into the containing VSIX project manifest and VSIX container.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated