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: msbuild
MonoDevelop Error: Unknown MSBuild failure. Please try building the project again
Just installed MonoDevelop and I tried to compile a simple “Hello World”. Code I used: The error that I get is : My system info: Ubuntu 16.04 LTS , updated The MonoDevelop and mono are freshly installed. Mono JIT compiler version 5.0.1.1 MonoDevelop Version 5.10 I can use mcs and run it but can’t use monodevelop to run it. I