testing C# source code for coding standards

M

Marek

Hi there,
we try to implement a coding standards policy for C# code and I am looking
for some kind of tool that can validate the source code. Ideally, I'd like
to be able to define "custom rules" as well. We already use FxCop but its
purpose is obviously diferent.

I spent some time on the web but not too much luck finding something like
that.
Could anyone give me a directions ?

Thank you.
 
K

Kevin Spencer

Visual Studio.Net 2005, if you can wait one more month for it!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
M

Marek

Thank you Kevin, it sounds OK.
Is there any material available on this specific feature of VS.NET 2005 ?
 
C

Carlos J. Quintero [VB MVP]

There are several features on my add-in (below) that can help: Review
Mandatory Text, Review Forbidden Text (both uses custom rules bases on
regular expressions) and if you need something specific the add-in is
extensible and you can provide your custom assembly extension (a "Review
Code Standards" extension sample is provided as starting point).

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top