Showing results for 2013 - The NuGet Blog

Dec 16, 2013
0
0

Update All Experience Explained

Deepak Aravindakshan
Deepak Aravindakshan

While working on NuGet 2.8, we addressed some bugs dealing with the "Update All" behavior, where a single gesture will update all packages in the project. During the testing of those fixes, another bug was filed stating, After using Update All, packages remain in the Updates list. We have decided to mark that bug as "By Design" for now and get your...

Visual Studio
Dec 6, 2013
0
0

NuGet Governance Model

Howard Dierking
Howard Dierking

Over the last couple of years, we've had the chance to meet with many individuals who both use and contribute to NuGet. One of the questions that has come up on more than one occasion pertains to how decisions get made for NuGet, especially decisions around which features are included in NuGet releases. This is an understandable question, especiall...

Other announcements
Dec 6, 2013
0
0

Use your Microsoft account to log in to NuGet.org!

Andrew Stanton-Nurse
Andrew Stanton-Nurse

Starting today you can use your Microsoft account to log in to NuGet.org. I don't know about you, but I want as few passwords as possible, so any opportunity to get rid of a password is great. Now, your NuGet.org password doesn't have to be one of those many passwords you have to forget/lose/etc. To associate a Microsoft account with an existing a...

NuGet.org
Nov 18, 2013
0
0

Starting Manage NuGet Packages for Solution dialog for projects under SourceGear Vault – issue and workaround

Dan Liu
Dan Liu

There has been reports that VS hangs when Manage NuGet Packages for Solution menu item is clicked. When VS responds again, it reports the following error: "Loading the projects is required to complete the requested action. If you click the Cancel button, project loading will continue in the background, and you can try to perform the action again ...

Visual Studio
Nov 7, 2013
0
0

VS hung on installing or updating packages may be related to ReSharper8.1 EAP

Dan Liu
Dan Liu

Recently there have been customer reports of hangs in Visual Studio while installing or updating NuGet packages. It could be related to this issue, if you have ReSharper 8.1 EAP installed. The solution is to update ReSharper to one of the stable versions such as ReSharper 8.1. If it doesn’t solve the issue for you, please report it to us through h...

Visual Studio
Oct 16, 2013
0
0

Package Restore and Consent Changes

Howard Dierking
Howard Dierking

When NuGet 2.0 released, it included the requirement that in order to use package restore, you first needed to explicitly provide consent to the NuGet client to download packages over the Internet. This requirement added some friction to normal developer workflows, and it added more friction in build and continuous integration sever scenarios. Need...

Visual Studio
Oct 11, 2013
0
0

Friendly License Names

Howard Dierking
Howard Dierking

Yesterday afternoon, we enabled a new feature for both the NuGet gallery and the Visual Studio client (for NuGet >= 2.7) which will display the list of license names for a package in addition to simply providing a link to the license text. The big idea behind this feature is that it will aid in the decision making process over whether or not to ...

NuGet.org
Sep 20, 2013
0
0

How to use XDT in NuGet – Examples and Facts

Dan Liu
Dan Liu

Starting with NuGet 2.6, XML-Document-Transform (XDT) is supported to transform XML files inside a project. The XDT syntax can be utilized in the .install.xdt and .uninstall.xdt file(s) under the package's Content folder, which will be applied during package installation and uninstallation time, respectively. One of XDT’s greatest strengths is its...

Insights
Sep 10, 2013
0
0

Issues uploading portable library packages [Fixed]

Jeff Handley
Jeff Handley

Starting September 3rd, some users started having issues uploading packages that contain portable libraries; on September 10th, we deployed a fix to address those issues. Errors Experienced Depending on how you were publishing your package, you would have experienced the errors in a few different ways. Upload Package page on nuget.org If you we...

Incident
Aug 29, 2013
0
0

NuGet 2.7 Package Restore Consent Errors

Jeff Handley
Jeff Handley

After NuGet 2.7 was released with Automatic Package Restore and implicit consent, some users reported that they were still seeing build errors indicating that package restore consent had not been given. When we made the package restore changes in NuGet 2.7, we identified one scenario where this would happen but determined we couldn't implement a fi...

Incident