vote up 4 vote down star

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.

flag

25% accept rate

3 Answers

vote up 2 vote down

Maybe this could help you: http://stylecopcmd.wiki.sourceforge.net/

link|flag
vote up 1 vote down

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

link|flag
What limitation have you found in using TeamCity Pro vs CruiseControl since alls not free in TeamCity...? – Binoj Antony Nov 9 at 9:28
TeamCity Professional is the free edition - it's limited to 20 build configurations and 3 build servers, which isn't much of a limitation at all. My work purchased the Enterprise edition to gain unlimited build configurations and LDAP integration. The 20 build configuration limit isn't going to limit many uses. All of the limitations I've run into are problems with CruiseControl: Lack of documentation, the need to hand-configure XML, lack of polish and so on. – Bevan Nov 9 at 23:16
vote up 0 vote down

MSBuild Extension Pack

Supports StyleCop....

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.