Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2015 CTP 6 Nuget Package Source

After installing VS 2015 CTP 6 it added the following url to Available Package Sources:

https://api.nuget.org/v3/index.json

and turned off the following:

https://www.nuget.org/api/v2/

When it did this it stopped downloading all nuget packages. I switched it back to the old one and everything is working again.

One thing I noticed is that the old feed is xml and the new one is json.

NOTE: I did upgrade the Nuget Package Manager after installing VS 2015 CTP 6.

Is anyone else having this issue?

Example Error:

Error: FindPackagesById: System.Threading.Tasks Response status code does not indicate success: 400 (One of the request inputs is out of range.).

like image 502
RickJames Avatar asked Mar 03 '15 21:03

RickJames


1 Answers

Known bug. It can be seen here: http://blog.nuget.org/20150226/nuget-3.0-beta2.html

like image 88
RickJames Avatar answered Oct 10 '22 21:10

RickJames