Is there a way to show ALL the compiler warnings in Visual Studio 2010?

Viewed 22553

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 Server for source control and all the warnings shown are in files that are currently checked out (and therefore I can't modify without making someone else possibly do a lot of work when they check in).

I'd like to be able to see the full list so I can continue my cleaning while others are working.


In case it makes a difference,

  • The project in question is a VB.NET web application (using the application model). It doesn't seem that I can compile individual pages.
  • Environment is VS2010 Premium; I can get Ultimate on my machine if necessary.
2 Answers
Related