Visual Studio lists Error: “CA0503 : Additional code analysis warnings or errors cannot be displayed”

This error during compilation annoys me in a legacy project. Apparently because of performance issues the Visual Studio development team decided to limit the...

This error during compilation annoys me in a legacy project.

Apparently because of performance issues the Visual Studio development team decided to limit the warnings of code analysis to 200 items.

This behaviour could be parameterized under:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Setup\EDev\CodeAnalysisErrorListViolationLimit

Unfortunately a value of 0 does not abrogate this behaviour but deleting/renaming this key helps a little bit. It seems that there is a default value of 1000 which could not overridden with greater values.