After installing VS 2015 CTP 6, he added the following URL to the available package sources:
https://api.nuget.org/v3/index.json
and turned off the following:
https://www.nuget.org/api/v2/
When he did this, he stopped loading all nuget packages. I switched it back to the old one and everything works again.
One thing I noticed is that the old feed is xml and the new one is json.
NOTE. After installing VS 2015 CTP 6, I updated the Nuget Package Manager.
Does anyone else have this problem?
Error example:
Error: FindPackagesById: System.Threading.Tasks The response status code does not indicate success: 400 (one of the input to the request is missing Range.).
source share