Showing results for 2012 - The NuGet Blog

Dec 31, 2012
0
0

A quick tutorial on the Update-Package command

Luan Nguyen
Luan Nguyen

Among the supported commands in NuGet's Package Manager Console, Update-Package is arguably the most powerful in terms of its supported parameters and switches. The primary purpose of the command is to update package(s) in your projects to a higher (possibly latest) version. However, the provided parameters allow you to twist this behavior in many ...

Insights
Oct 23, 2012
0
0

Creating custom package rules for your build

Luan Nguyen
Luan Nguyen

When you build your NuGet packages using nuget.exe, you may have noticed that sometimes you get a warning about the created package. Here's one example: This warning is generated by one of NuGet's package analysis rules. Think of these as the NuGet equivalent of an FxCop rule. When nuget.exe creates a package, it automatically executes the ...

Insights
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 ...

Visual Studio
Aug 24, 2012
0
0

Feed Performance Update

Jeff Handley
Jeff Handley

As you might know, NuGet has been having some performance (and timeout) related issues recently. Earlier this week, we completed a deployment that helped, but it didn't address everything. Many users are still seeing slow responses or even timeouts when trying to use the 'Manage NuGet Packages' dialog in Visual Studio. Ongoing Investigation The ...

Incident
Aug 22, 2012
0
0

NuGet Gallery Performance Issues

Jeff Handley
Jeff Handley

Since August 16th, and especially since August 21st, the NuGet Gallery has been exhbiting intermittent performance issues. Some users are reporting errors when attempting to browse or search for NuGet packages from Visual Studio or other clients. Many users are reporting that browsing and searching are slow. There have also been timeout errors when...

Incident
Aug 22, 2012
0
0

Expected Downtime – August 22 11pm-12am PDT

Jeff Handley
Jeff Handley

As mentioned in the previous post, we've been working to address some performance problems on the NuGet Gallery. The fixes we have in place include some time-consuming database migrations. During our dry run deployments, we found that virtually all requests to the database will time out while these migrations are running. We have decided to take ...

Incident
Aug 22, 2012
0
0

Upgrade Successful

Jeff Handley
Jeff Handley

Earlier this evening, we announced that the NuGet Gallery would be offline for about an hour during a scheduled upgrade. That upgrade is now complete. We expect this deployment to help address performance issues we've been experiencing for the past week. We will continue to monitor the service and measure the results of this deployment. CDN Re-...

Incident
Aug 10, 2012
0
0

Results of NuGet CDN Experiment

Howard Dierking
Howard Dierking

A little over a week ago, we asked for your help with an experimentt that we were conducting to see whether there was value in enabling CDN support for our packages blob storage container. Over 100 of you responded from all over the world, and the data that you provided made it pretty clear that there was sufficient justification for turning on CDN...

NuGet.org
Aug 2, 2012
0
0

Help Us Test CDN for NuGet.org

Howard Dierking
Howard Dierking

Over the past few weeks, we’ve been investigating whether to turn on the content delivery network (CDN) feature of the Azure blob storage container for NuGet packages. In theory, this would make package downloads faster – especially if you’re located outside of the United States. We want your help to conduct an experiment to measure the ...

NuGet.org