At first I thought I was crazy, but since my internet has been cutting out fairly often, I am able to tell whenever it does by the fact that VS10 takes longer to rebuild my project whenever I lose connection to the internet. None of my other applications, besides my browsers, for obvious reasons, seem to suffer.
To test this yourself, just ipconfig /release
and try to rebuild restart debugging your project after you've changed some line of code, and then ipconfig /renew
and make a change and rebuild and restart debugging it again.
I'm using XNA, if that's relevant. My code does not explicitly try to connect to the web, as far as I can tell, unless nuget
and HTMLAgilityPack
need to connect to the web on rebuild.
edit: changed to restarting the debugger after a rebuild, not just a rebuild. I can only reproduce this on a fresh XNA Windows Game
project, not a C# Console Application. Adding HTMLAgilityPack
doesn't seem to have any effect on a project's startup time