We build or dotnet core 1.1 projects on our own linux build agents in docker. (https://github.com/Microsoft/vsts-agent-docker) We would like to use Sonar to analyze our C# code. But it seems that the SonarQube MsBuild Scanner can’t run in linux environment. Does anybody know a workaround for this. We do…
Tag: sonarqube
Analyse .NET code with SonarQube on Linux platform
I need to perform static code analysis of .NET project using SonarQube. I have 2 machines: Linux with Sonar Server Windows with .net code and its tools (Fxcop, …) I need to perform analysis on Windows and push the results to Sonar Server on Linux machine. Can someone help me with this? Answer First you …
SonarQube will not start up
I followed this tutorial on installing SonarQube on my Ubuntu x64 Server http://stuff.stevenreid.uk/2015/03/12/install-sonarqube-5-0-1-on-ubuntu-14-04-x64/. However, when starting up sonarqube (linux-x86-64), it gets shutdown before completing to start. This is the sonar.log file: I already have the debug log…
Sonar Qube uninstall linux
To install sonar there is a sonar.sh for it. How to uninstall sonar then on linux shell? Is there any script to remove all and don’t leave any trash in the system? Answer To start Sonar : sonar.sh start To stop Sonar : sonar.sh stop To uninstall Sonar : remove the Sonar installation directory. That̵…