I\'m cleaning up a project to get rid of all the warnings, but I can only see the first 100 or so in the Error List pane.
This is a problem because we\'re using Team
Can't you temporarily locally do something similar to
#pragma warning disable
in the files which are checked out by the others so you don't have to see their warnings?