Showing results for September 2012 - The NuGet Blog

Sep 26, 2012
0
0

Invoking NuGet Services from inside Visual Studio

Luan Nguyen
Luan Nguyen

One of the best kept secrets of the NuGet extension is that besides the UI that everyone has become familiar with, it also exports some useful services, via MEF, which allow other components in VS to interact with NuGet. These include installing packages, uninstalling packages and querying for installed packages. Over the past year, the NuGet team...

Visual Studio
Sep 7, 2012
0
0

Recent Changes to Package Restore Consent

Howard Dierking
Howard Dierking

When we released NuGet 2.0, one of the changes included the addition of a privacy-related constraint to the package restore feature. More specifically, NuGet 2.0 required that you provide explicit consent, via either a checkbox in the package manager configuration dialog or an environment variable, before it would successfully download required pac...

Visual Studio