FxCop execution failed with return code 9 while doing Sonar Analysis.FxCop execution failed with return code 9 while doing Sonar Analysis.

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…

Read complete article »
26 Jun 2013

SONAR IntroductionSONAR Introduction

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 …

Read complete article »
20 Jun 2013

Setting up Sonar Server and Client for C# projects on your machineSetting up Sonar Server and Client for C# projects on your machine

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)    …

Read complete article »
20 Jun 2013

Common Errors and Exceptions Solutions occurring while setting up SONARCommon Errors and Exceptions Solutions occurring while setting up SONAR

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…

Read complete article »
20 Jun 2013

Setting up Sonar analysis for C# projectsSetting up Sonar analysis for C# projects

Setting up Sonar analysis for C# projects …

Read complete article »
10 Jun 2013
 
Top