Showing results for Extensibility - Visual Studio Blog

Apr 24, 2019
14
0

Visual Studio 2019 version 16.1 Preview 2

Paul Chapman
Paul Chapman

Visual Studio 2019 version 16.1 Preview 2 is now available with performance and reliability improvements as well as enhancements to C++, debugging, extensibility, and the IDE experience.

Visual StudioDebugging and DiagnosticsExtensions
Apr 19, 2019
20
0

Build Visual Studio templates with tags, for efficient user search and grouping

Soojin Choi
Soojin Choi

Enable custom filters for your project templates with language, platform, and project type tags for increased discoverability in the New Project Dialog. In this walkthrough, you will learn how to build a Visual Studio project template, add tag(s) to it, and deploy it as a Visual Studio extension.

Visual StudioExtensions
Apr 11, 2019
17
0

New features for extension authors in Visual Studio 2019 version 16.1

Mads Kristensen
Mads Kristensen

Take advantage of new features for extension authors in Visual Studio 16.1 Preview 1. This includes support for referencing Shared Projects for a VSIX project, per-monitor awareness, a new SDK meta package, and more.

Visual StudioExtensions
Mar 29, 2019
4
0

Visual Studio Extensibility Day at Build 2019

Mads Kristensen
Mads Kristensen

Please join us for a day full of Visual Studio extensibility deep dives, geek-outs, and networking on Friday, May 10th, 2019 at the Microsoft campus in Redmond. Our agenda is intended for existing and new Visual Studio IDE (not VSCode) extension authors and partners and will be highly technical in nature.

Visual StudioExtensions
Mar 20, 2019
12
0

Using Newtonsoft.Json in a Visual Studio extension

Mads Kristensen
Mads Kristensen

Visual Studio ships with Newtonsoft.Json and extension authors can use it too. However, it can be confusing to understand what version to use, how binding redirects work and whether to ship Newtonsoft.Json in the extension itself. This post helps to clarify how it all works.

Visual StudioExtensions
Mar 8, 2019
24
0

Visual Studio extensions and version ranges demystified

Mads Kristensen
Mads Kristensen

Explains how Visual Studio versioning works, how extenders should think about it, why there is no Visual Studio version 13.0, and why the year 2213 is the closest we’ll ever get to an alignment again.

Visual StudioExtensions
Feb 22, 2019
23
0

Use your favorite extensions with Visual Studio 2019

Mads Kristensen
Mads Kristensen

Do you want to try the preview of Visual Studio 2019 but worry that your favorite extensions aren’t supported yet? A record number of extensions have already added support for Visual Studio 2019. So there is a good chance your favorite extensions are among them. In fact, more than 850 extensions are currently available, and more are being updated e...

Visual StudioExtensionsVisual Studio 2019
Dec 20, 2018
9
0

Build Visual Studio extensions using Visual Studio extensions

Mads Kristensen
Mads Kristensen

What if the community of extension authors banded together to add powerful features to Visual Studio that made it easier to create extensions? That’s the idea behind Extensibility Essentials – an extension pack that ships community-recommended extensions for extension authors.

ExtensionsTips and Tricks
Dec 7, 2018
1
0

New Preview label for Visual Studio extensions

Mads Kristensen
Mads Kristensen

Visual Studio extensions can now be marked with a Preview label which is shown very clearly on the Visual Studio Marketplace. This gives your customers clear expectations that this version could contain issues as you are actively developing new features. Learn how to enable the Preview label here.

Visual Studio 2017ExtensionsVisual Studio 2019
Aug 30, 2017
0
0

Create a CI/CD pipeline to Azure Service Fabric

Ahmed Metwally
Ahmed Metwally

At //BUILD 2017, we shipped an update to the Continuous Delivery Tools for Visual Studio. This update has support for configuring a Continuous Integration and Continuous Delivery pipeline for ASP.NET Core projects with container support to an existing Azure Service Fabric cluster directly from Visual Studio 2017. To configure continuous delivery...

Azure DevOpsContinuous Integration/Continuous DeliveryDevTest Labs