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 don’t really want to use Windows agents just to do the code
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 need to have the appropriate
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 logging mode enabled, but I am unable to find out the error and fix it. Any help is appreciated. I am using JDK 1.8.0.45
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’s it !