Christian Gunderman

Senior Software Engineer, Visual Studio Editor

Post by this author

Avoiding Memory Leaks in Visual Studio Editor Extensions

Visual Studio extenders make VS even better by augmenting it with specialized tools, new languages, and workflows. As a Visual Studio extender, you can ensure your extension’s customers have the most performant, reliable experience possible by avoiding common sources of memory leaks, described within this blog post. Background In the early...