Answer by Ankush Patil for Nuget Package - feed (VSTS) :Exception...
To resolve this, go to your Settings-> NuGet->Sources. Remove all the unused NuGet sources including the private NuGet sources. Restart the Visual studio and it should resolve the issue.
View ArticleAnswer by Eli for Nuget Package - feed (VSTS) :Exception...
For me the package provoking the error was not showing up in the list of NuGet Sources (is it a bug?).I had to go through the CLI (terminal) and enternuget sourcesto get the list of Nuget sources.Once...
View ArticleAnswer by Mohammad for Nuget Package - feed (VSTS) :Exception...
I had the same problem. I resolved it by removing the checkmark from Tools/Options/Nuget Package Manager/Package Sources.
View ArticleAnswer by Techie Boy for Nuget Package - feed (VSTS) :Exception...
Go to Tools->Options->Nuget Package Manager->Package Sources and uncheck the online NuGet Source named nuget.org https://api.nuget.org/v3/index.json. Also make sure your offline source is checked
View ArticleAnswer by AHAMED AAQIB for Nuget Package - feed (VSTS) :Exception...
'System.AggregateException' thrown when trying to add source 'https://devops.MyCompany.com/MC/_packaging/SharedFunctionalist/nuget/v3/index.json'. Please verify all your online package sources are...
View ArticleAnswer by Sunny for Nuget Package - feed (VSTS) :Exception...
One of the following might solve your problem.Check and uncheck the package sources and click on update button, restart visual studio.Uncheck all the other package source and only keep the one from...
View ArticleAnswer by Meghnath Das for Nuget Package - feed (VSTS) :Exception...
You have to ensure all your configured package source servers are available. Otherwise simply Go to Tools->Options->Nuget Package Manager and disable your custom NuGet servers.
View ArticleAnswer by Gajendra for Nuget Package - feed (VSTS) :Exception...
This exception might get when NuGet.Config file is readonly, for me unchecking the reaonly property of that file worked, generally, Nuget.config file exists in your project under .nuget folder.File...
View ArticleAnswer by Kishor Khode for Nuget Package - feed (VSTS) :Exception...
I had same issue, I resolved it by disabling its custom nuget server.
View ArticleAnswer by Selenium_Dev for Nuget Package - feed (VSTS) :Exception...
I also encountered that issue. I solved it by manually saving the index.json file and adding a local packaged source.
View ArticleAnswer by Maulik Parmar for Nuget Package - feed (VSTS) :Exception...
I had the same issue and I fixed issue by disabling my custom NuGet servers.Go to Tools->Options->Nuget Package Manager and disable your custom NuGet servers
View ArticleAnswer by AgathoSAreS for Nuget Package - feed (VSTS) :Exception...
Since this is the first Page I hit with my Problem:If you get the error for nuget.org site, increase Version number:https://api.nuget.org/v3/index.json ->https://api.nuget.org/v4/index.jsonunder...
View ArticleAnswer by marvelTracker for Nuget Package - feed (VSTS) :Exception...
This is may be an addition to the actual answer. I had to disable the check boxes as shown in below image to get the issue resolved. I think it might help to someone.
View ArticleAnswer by Eddie Chen - MSFT for Nuget Package - feed (VSTS) :Exception...
I met this issue today and fix it by following:If you have delete the feed from VSTS, then you need to delete it from VS\Tools\Options\Nuget Package Manager\Package Sources:If you didn't delete the...
View ArticleNuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown...
I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. Now, I am using Visual Studio 2015 to install Micrososft.Aspnet.mvc to a project,...
View Article