Category Archives: Visual Studio Extension

Loading solution user options with AsyncPackage (Visual Studio extension)

User-specific options at the solution level are stored in the .suo file. Back when it was the norm to have your extension inherits from the Package class, and therefore loaded synchronously by Visual Studio, you can have these options loaded … Continue reading

Posted in Visual Studio Extension | 1 Comment