The NuGet Blog

The latest news, updates, and insights from the NuGet team

Invoke the Manage NuGet Packages dialog programmatically

Recently I've been asked several times for how to invoke the Manage NuGet Packages dialog from VS components programmatically, and optionally auto-invoke the search when the dialog opens. Today I'd like to share the solution in this post. It's actually very straightforward. The Manage NuGet Packages menu command is registered as a standard VS...