ccnet 中 .net 4 的声纳
大家好 声纳支持.net 4吗? 如果是这样,我如何将声纳与cruisecontrol.net(ccnet)集成,而不使用maven或其他任何东西。只是声纳和ccnet。 谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
大家好 声纳支持.net 4吗? 如果是这样,我如何将声纳与cruisecontrol.net(ccnet)集成,而不使用maven或其他任何东西。只是声纳和ccnet。 谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看前面提到的 wiki 页面,如果遇到任何问题,请随时注册到用户邮件列表并寻求帮助(请参阅 http://www.sonarsource.org/support/support/)。
目前,即使sonar 2.6可以使用ant或简单的命令行来触发对java项目的分析,对于.net项目来说maven是必需的。这很快就会改变。我正在与 sonarsource 的人员合作开发一个新的“C# 插件”...第一个版本可能会在今年夏天初发布。
目前,我看到将声纳与 ccnet 集成的唯一解决方案是从 ccnet 启动 Maven 命令行。
Take a look at the wiki page mentioned before and if you encounter any trouble, feel free to register to the user mailing list and ask for help (see http://www.sonarsource.org/support/support/).
For now, even if sonar 2.6 may use ant or a simple command line to trigger the analysis on a java project, maven is mandatory for a .net project. This will change pretty soon. I am working with the guys from sonarsource to give birth to a new "C# plugin"... First version probably at the beginning of this summer.
For now, only solution I see to integrate sonar with ccnet is to launch a maven command line from ccnet.
我记录了我使用 C# 项目设置 Sonar 的经验。我使用 TeamCity 而不是 CCNet,但这只是整体设置的一小部分,因此配置起来应该很简单。 http://www.wrightously.com/setting-up-声纳分析 for-c-projects/
I documented my experience setting up Sonar with my C# projects. I used TeamCity instead of CCNet, but that's a small portion of the overall setup, so should be straightforward to configure. http://www.wrightfully.com/setting-up-sonar-analysis-for-c-projects/