I’ve just converted a project from .net 1.1 to 3.5, and I’m being given loads of warnings in the error list.
The program compiles and runs ok, but I think I should probably try to at least reduce this large number of warnings.
The trouble is that the error list only tells me about the first 102 warnings. Even when I fix one, the number stays at 102. So I have absolutely no idea how many warnings there actually are.
If there are 150, I’d like to get rid of them. But if there are 10,000, I don’t have the time to fix them all.
Is there a way to see the actual total number of warnings?
Though this information relates to the error messages, I think it holds true for the warnings also. The answer seems to be: NO.
It was “no” in 2006 and it is still true for VS 2010:
Provide configurable maximum error messages limit for VB.Net compiler