So I need a command line tool for StyleCop. I think this is better: http://stylecopcmd.wiki.sourceforge.net/. But unfortunately both these tools export an xml and optional an html (using externally provided xsl). Is it possible to display this xml or even better html in TeamCity as result of the build?
Code Analyser is actually FxCop integrated in Visual Studio. So I guess this will do. I will try later
About 2) StyleCop integration: I'm wondering if a StyleCop integration to Code Inspection is already placed in TeamCity's roadmap, as it does work well for FxCop.
Also, for FxCop tool, is it the open source plugin, that's bundled with TeamCity, that does the job when sending the message: ##teamcity[importData type='FxCop' path='<path to the xml file>']
1. http://www.jetbrains.net/confluence/display/TCD4/.NET+Testing+Frameworks+Support
2. this might help: http://www.nichesoftware.co.nz/content/stylecop-cmd
3. not sure about this because I mostly Java developer, however TeamCity 4.0 has integrated support for FxCop
4. http://weblogs.asp.net/lkempe/archive/2008/04/25/using-ndepend-in-team-city-build-management-tool.aspx
Hope this helps.
2. Please refer to: http://www.jetbrains.net/confluence/display/TCD4/Including+Third-Party+Reports+in+the+Build+Results
Works great! I'm beginning to LOVE TeamCity!!!
I do love TeamCity too!
About 2) StyleCop integration:
I'm wondering if a StyleCop integration to Code Inspection is already placed in TeamCity's roadmap, as it does work well for FxCop.
Also, for FxCop tool, is it the open source plugin, that's bundled with TeamCity, that does the job when sending the message:
##teamcity[importData type='FxCop' path='<path to the xml file>']
Regards,
Olivier.
I'm just wondering if there were a job in progress about a StyleCop plugin...
Olivier.
Hi!
As the discussion came again... is there more news now about such a plug-in?
Regards,
Olivier.
Currently we do not have plans to write StyleCop plugin. At least we do not plan to write it in 5.0
I think one could take FxCop plugin and write something similar for StyleCop.
Vote up for this plugin