开发者

Filter Warnings In Error List Windows In Visual Studio 2010

I just recently got the approval to upgrade our project from .NET 1.1. to .NET 4. I loaded up the project in Vis开发者_运维技巧ual 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?


I realize this question is old and you're probably not looking for an answer anymore, but I found it with Google and thought I'd that perhaps other people finding this question might be helped with an answer (or suggestion at least).

I don't know if there is a really good way to do this, but a way that is probably acceptable is to unload all of the projects except one which does not depend on another project with warnings. You might have to build that project then and you should get a list of warnings for just that project. If you're done with one project, you can proceed with another one (that can depend on the first one).


Haven't figured out how to filter/search these warnings but you can sort the warnings by clicking on the Project column.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜