Showing tag results for vssdk

Apr 29, 2026
Post comments count1
Post likes count1

SDK-Style Support for Extension Projects

Matt Clark

Starting in Visual Studio 18.5, you can create and build Visual Studio extensions (VSIX) using an officially supported SDK-style project. This brings VSIX projects into the modern build and deployment pipeline, improving incremental build performance and making the build → deploy → debug workflow more reliable. Install the Visual Studio extension d...

Extensionsvssdk
Feb 13, 2025
Post comments count0
Post likes count3

New restrictions on package loading

Ryan Molden

As Visual Studio transitions its core packages and services to an async loading/retrieval model, we've identified bugs in both the initial async implementation and the existing synchronous package loading mechanism. While most of these bug fixes have been transparent to extenders, one requires attention due to changed constraints. This post high...

vsixvssdk