Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C# codeparser/checker

0 views
Skip to first unread message

Nico

unread,
Nov 7, 2002, 10:09:28 AM11/7/02
to
On our project we want to do as much auto code checking as possible. Are
there any good code checkers available where I can add my own rules ?

If not, is there a code parser in .NET (or anywhere else?)where I can parse
the code to CodeDOM or something else, so that I can write my own checking
procedures ?

This is for C# specifically.

FxCop checks compiled code and helps a lot, but I cannot check rules in
source code, or add my own rules.

Total .NET analyzer doesn't allow me to add my own rules.

Any suggestions ?


0 new messages