Menu

CheckSharp / News: Recent posts

CheckSharp 0.2.1 released

CheckSharp is a development tool written in C# for checking C# code against coding guidelines.
CheckSharp comes with an Nant task and a command line version to automate checking of source code
for one file or a couple of projects.

Release 0.2.1
This is a bug fix release for 0.2 since IfElseStatementsMustUseBraces check implementation was broken.

Posted by Christoph Walcher 2007-12-11

CheckSharp 0.2 released

CheckSharp is a development tool written in C# for checking C# code against coding guidelines.
CheckSharp comes with an Nant task and a command line version to automate checking of source code
for one file or a couple of projects.

Release 0.2
New in this version is a command line version of CheckSharp to allow CheckSharp to be used without Nant,
a couple of new checks - we now support 20 checks - enough to enforce a simple coding guideline.
Documentation for checks has been added and is accessible via the project homepage.
Check configuration files have been refactored by pulling the report configuration from
config file to the NAnt build file.... read more

Posted by Christoph Walcher 2007-12-09