vardars / ci-factory

Automatically exported from code.google.com/p/ci-factory
1 stars 2 forks source link

Add a StyleCop package #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if there was a StyleCop package for CI Factory.

StyleCop analyzes C# source code to enforce a set of style and consistency 
rules. It can be run from inside of Visual Studio or integrated into an 
MSBuild project. It is similar to FxCop, except it analyses the source 
code instead of the compiled assemblies, and it can therefore be used to 
detect/enforce rules relating to source code formatting, etc.

Since StyleCop is similar to FxCop, I would guess that a StyleCop package 
could be created fairly easily by making a few modifications to the 
existing FxCop package.

StyleCop Project Site:
http://code.msdn.microsoft.com/sourceanalysis 

StyleCop blog:
http://blogs.msdn.com/sourceanalysis/

Original issue reported on code.google.com by justin.w...@gmail.com on 16 Mar 2009 at 8:32