FxCop and other coding standards tools

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

Hi all,

I was evaluating a FxCop as a static analysis tool that can be also
used for coding standards enforcement. Unfortunatelly, I think it does
not help in many cases because it only analyzes compiled (IL) files.
When it come to code standard rules like "No line of code should be
longer than 80 characters" or whitespace rules etc... it does not help
because it cannot see the original source code (Please correct me if I
am wrong).
Does anyone know any other tool that would do this (including
customizing and adding rules)
Anyone experienced with Parasoft .TEST and comparison between .TEST
and FxCop?

Thank you,

Ivan
 
Back
Top