
Problem: While running sonar analysis on a Silverlight project today. I got an error "FxCop execution failed with return code 9 in sonar". I hope you must be knowing what sonar analysis is and why it…
Problem: While running sonar analysis on a Silverlight project today. I got an error "FxCop execution failed with return code 9 in sonar". I hope you must be knowing what sonar analysis is and why it…
Sonar is an open source software quality platform. Sonar uses various static code analysis tools such as Checkstyle, PMD, FindBugs , FxCop , Gendarme and many more to extract software metrics, which …
In my previous post I discussed about the Sonar analysis of your project with some introduction to Sonar. Setting up Sonar 1.) Install Sonar Server Prerequisites which includes follows: a) …
Following are some of the common errors and their solution which may occur while performing sonar analysis in C# ecosystem. Error while reading FxCop result file Set Encoding Property in Sonar-Runne…