44 packages tagged with “vsix”
When referencing VS SDK NuGet packages using PackageReference, assemblies are referenced instead of linked. This package corrects that.
Prevents Visual Studio SDK reference assemblies from being included in a VSIX archive.
A NuGet package which can be used to easily create item and project templates for Visual Studio.
The Del Sole's VSIX library helps generating code snippets for Visual Studio 2015 and Visual Studio Code, plus it allows creating VSIX packages to share reusable IntelliSense code snippet files for Visual Studio 2015 and Visual Studio Code. We provide integrated Roslyn code analysis for live issue detection as you type
The power of XAML Styler wrapped up in a small executable that can be integrated into build scripts, git commit templates, and more. This package is built on top of the same styling engine that powers the Visual Studio plugin, and can be configured by specifying an external configuration.
Provides custom types, helpers and extension methods for Visual Studio extensibility.
Provides build utilites, in particular API for generating VisualStudio extensibility packages
Generates the ThisAssembly partial class and adds a Vsix property containing properties from the source VSIX extension manifest file. These might be useful for conditional behaviors, diagnostics and tracing, and more. Included properties are: Identifier, Name, Description and Author.
Injects VsixDependency items into the containing VSIX project manifest and VSIX container.
Logs exceptions and custom events to Application Insights
Utility DLL for writing Visual Studio extensions (2013 and above)
Tool to update VSIX packages to v3 for Visual Studio 2017 - can be used with older versions of Visual Studio
This is base lib to make POCO based on Oracle Database
Command line utility for easily and synchronously intsalling or uninstalling VSIX extensions
Utility DLL for writing Visual Studio extensions
An installer that can be chained with other packages to locate the latest VSIXInstaller.exe to use for installing VSIX extensions.
A VSIX toolkit.
Provides custom types, helpers and extension methods for Visual Studio extensibility, particularly its Team Foundation part.
VsixTesting allows you to easily test your Visual Studio Extensions.
Utility DLL for writing Visual Studio extensions (2012 and above)
A project template for building Library Installer extensions
After adding this NuGet package to your Visual Studio Package project the build process will be updated and the .vsix file created will be compressed. The % of compression varies from project to project, but its common to see results from 40-70%. By having a smaller .vsix file when users downloads your extension it will be much quicker. For more info on VsixCompress take a look at http://sedodream.com/2013/06/08/IntroducingVsixCompressaNuGetPackageToCompressYourVisualStudioPackage.aspx. If you need to be able to execute this from a build (CI) server then you should read this post http://sedodream.com/2013/06/06/HowToSimplifyShippingBuildUpdatesInANuGetPackage.aspx.
OpenVsixSignTool is a command-line tool for signing a VSIX file using a certificate or Azure Key Vault.
Pack dotnet templating templates into a VSIX to install the templates in Visual Studio.
Allows consuming VSIX manifest properties from code, as well as MSBuild project properties from the VSIX manifest. For example: partial class ThisAssembly { public static partial class Vsix { public const string Id = "MyVsix"; } } or <PackageManifest Version="2.0.0" ...> <Metadata> <Identity Id="|%CurrentProject%;VsixId|" Version="|%CurrentProject%;VsixVersion|" Language="|%CurrentProject%;VsixLanguage|" Publisher="|%CurrentProject%;VsixPublisher|" /> <DisplayName>|%CurrentProject%;VsixDisplayName|</DisplayName> <Description>|%CurrentProject%;VsixDescription|</Description> </Metadata> ... </PackageManifest>
A library for signing a VSIX file.
Analyzer for comparing JSON and POCO types. Packaged for use in a VSIX project.
Command-line tool to generate Visual Studio project templates and package them into VSIX. Works only with Visual Studio 2013. Use "vspte.vs2012" package with Visual Studio 2012.
Command-line tool to generate Visual Studio project templates and package them into VSIX. Works only with Visual Studio 2012. Use "vspte" package with Visual Studio 2013.