Filter Warnings In Error List Windows In Visual Studio 2010

Posted by Chuck Haines on Stack Overflow See other posts from Stack Overflow or by Chuck Haines
Published on 2010-07-02T13:49:45Z Indexed on 2011/01/07 11:53 UTC
Read the original article Hit count: 167

Filed under:

I just recently got the approval to upgrade our project from .NET 1.1. to .NET 4. I loaded up the project in Visual Studio 2010 and I've got it compiled and working. However as is to be expected there are over 3000 warnings I need to start looking at and handling. The problem is this solution has about 20 projects in it. So what I'd like to be able to do is filter the warnings on project. So I could say only show warnings for this project. Does anyone know if this is possible in Visual Studio 2010 or if there is an add-on I can add?

© Stack Overflow or respective owner

Related posts about visual-studio-2010