Is C# compiler not reporting all errors at once at each compile?

Posted by Joan Venge on Stack Overflow See other posts from Stack Overflow or by Joan Venge
Published on 2011-01-14T23:07:01Z Indexed on 2011/01/14 23:54 UTC
Read the original article Hit count: 166

Filed under:
|
|

When I am compiling this project, it show like 400+ errors in the Error List window, then I go to error sites, fix some, and the number goes to say 120+ errors, and then after fixing some more, the next compile reports like 400+ again. I can see that different files are coming in in the Error List window, so I am thinking the compiler aborts after a certain number of errors?

If so, what's the reason for this? Is it not supposed to gather all the errors that are present in the project even if they are over 10K+?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET