MSBuilder.VsixInstaller 1.0.7

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 1.0.7
NuGet\Install-Package MSBuilder.VsixInstaller -Version 1.0.7
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="1.0.7">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuilder.VsixInstaller --version 1.0.7
#r "nuget: MSBuilder.VsixInstaller, 1.0.7"
#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=1.0.7

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

On a project that references the Microsoft.VSSDK.BuildTools
package, enables installing extra VSIXes to the targetted Visual Studio
version and instance by simply declaring them as @(Vsix) items:

<ItemGroup>
 <Vsix Include="MyOtherExtension.vsix" />
</ItemGroup>

The items will be installed only if needed so that incremental
builds are fast, and only if the current project's $(DeployExtension)
is set to 'true'.

The installation happens automatically before the DeployVsixExtensionFiles
runs, but can also be manually invoked by running the InstallVsix target.

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