Description
From @NickCraver (original bug here - NuGet/Home#1179)
The 2015 version simply breaks more. For instance, just now I was unable to reach our internal NuGet server which breaks installs for all packages. Regardless of their source. I just ran a test where I started a ASP.Net MVC 5 project (testing something for David Fowler) and tried to install Microsoft.Owin.Host.SystemWeb
. This was nothing special, just the first search result for "owin", a test case off the top of my head. It did not install from nuget.org
because another package source was down (which by the way is defined lower in the list). Here's what happened there: Here's the corresponding restore log. Related: why was it trying to hit my package source anyway? What would that accomplish? All that could happen is downloading the wrong package I didn't search for and click install on from a package source further down the list.