After updating Visual Studio 2015 (there was an update for GitHub Extensions, one for the NuGet Package Manager and, of course, there was Visual Studio 2015 Update 2) I tried to add the WindowsAzure.Storage NuGet package to a project I started about a month ago. I opened NuGet Package Manager, went to the Browse tab and typed WindowsAzure.Storage. The result: No Packages Found. OK, so then I’ll just….
Wait… WHAT?
No Packages Found
After doing all sorts of things, including looking for other NuGet packages with the same result, I found what the issue seemed to be: the Package Sources weren’t up to par, since the Official feed had vannished. I fixed them to look like this:
And then set the’Package source’ to be ‘All’ in the upper right corner of the NuGet Package Manager. Fixed it for me!
Hope this helps.
Hey! I have the same problem, but I can’t add a new feed because the buttons are disabled.
Here’s a screenshot: http://prntscr.com/aozpk2
Did you had the same problem?
Thanks 🙂
As a matter of fact, I did have the same issue. Closing down Visual Studio completely and then restarting seemed to solve this for me.
Good luck 😉
yes, it worked for me too, thanks 🙂
Thanks, hit this issue today and this blog helped me solve it quickly