Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MS StyleCop and CruiseControl.NET

I wonder if anybody tried to integrate StyleCop into CruiseControl.NET.

Does anybody know something about it? or at least did anybody create and publish an xsl file for displaying StyleCop result onto CCNet's dashboard?

EDIT: I found this project, it provies cmd interface for StyleCop, produces result in xml format and also provides xsl for transforming this xml into html. Now just put these things together with CCNet.

like image 783
Steve Avatar asked Mar 28 '09 15:03

Steve


2 Answers

On October 5th, 2009 Yves Tremblay added a nice StyleCop integration to CCNET Community. We switched from StyleCopCmd to this solution and didn't regret.

like image 152
The Chairman Avatar answered Sep 30 '22 18:09

The Chairman


I've been using StyleCop as a part of a TeamCity build environment.

(TeamCity is like CruiseControl.NET, but with decent documentation and an almost zero need to monkey around with Xml configuration files.)

I wrote my own front end for StyleCop to make this work.

See http://www.nichesoftware.co.nz/content/stylecop-cmd

like image 45
Bevan Avatar answered Sep 30 '22 18:09

Bevan