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...
More information
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.
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.
Allows installing a Visual Studio Extension (VSIX) to arbitrary Visual Studio versions and registry hives.
Example:
<InstallVsix VisualStudioVersion="$(VisualStudioVersion)" VsixPath="MyExtension.vsix"
RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)" />
A NuGet package which can be used to easily create item and project templates for Visual Studio
using the dotnet Template Engine (https://github.com/dotnet/templating).
VS extension creates Python REST Web API wrapper for generated REST Web API .NET Core 2.1 service. This is an example of Python wrapper for any REST API service with JSON data exchange and JWT authorization implementation.