Vs 2012
Nuget 2.2
When VS2012 starts running very slow, I see the following over and over and over in Fiddler:
HTTP/1.1 200 OKCache-Control: no-cacheContent-Type: application/atom+xml;charset=utf-8Vary: Accept-EncodingServer: Microsoft-IIS/7.0DataServiceVersion: 2.0;X-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETDate: Mon, 21 Jan 2013 16:52:26 GMTContent-Length: 537
<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xml:base="https://nuget.org/api/v2/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom"> <title type="text">FindPackagesById</title> <id>https://nuget.org/api/v2/FindPackagesById</id> <updated>2013-01-21T16:52:26Z</updated> <author> <name /> </author> <link rel="self" title="FindPackagesById" href="FindPackagesById" /></feed>
Had to delete my nuget packages to get VS2012/Nuget out of its funk. :(