Sonar to display results generated by FxCop

半世苍凉 提交于 2020-01-15 15:36:41

问题


How can I use Sonar to display results of the output produced by FxCop. I used FxCop to run static code analysis on .NET Project and FxCop generate the result report in an XML format. Can I use Sonar to take this XML file an input and display the output with it? How can this be done? I am looking for an open source dash board tool to present the output the result produced by FxCop to the end user.


回答1:


Sonar has a C# plug-in, documented here:

http://docs.codehaus.org/display/SONAR/C-Sharp+Plugins+Ecosystem

A sample .NET project is hosted on Sonarsource's demo platform:

http://nemo.sonarsource.org/dashboard/index/org.mybatis:mybatisdotnet



来源:https://stackoverflow.com/questions/7675892/sonar-to-display-results-generated-by-fxcop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!