1. Install- Check the requirements
- Install Sonar
- Install the C# plugins
- Download the ZIP file of the C# Plugins Ecosystem distribution (top right of this page).
- Copy all the desired plugins of the C# plugins ecosystem in Sonar plugins extension folder.
- Install the tools required by the selected C# plugins
- For instance, Gallio or FxCop
- Gendarme and StyleCop do not necessarily need to be installed
- Check the prerequisites, mainly:
- Your .NET solution must be compiled
| - Create a Sonar file for your solution
- If you don't want to use the default settings of a plugin, you can override them
- You can also use the sample application available from the SVN . Both vonfig flavors are available in this sample. You can choose to use the sonar-project.properties file (recommended) or the maven pom.xml file.
| 3. Run!- Launch the analysis...
- ...and check the results!
- Once the analysis is completed, just open your favorite web browser (http://localhost:9000 if you installed the standalone version)
- Enjoy!
|