Hello everyone.
Quick question because I am a little lost.
So I installed SonarQube 9.4 a few months ago using Ansible and a Helm chart in a Kubernetes cluster. I also have a few working Angular projects set-up with Github Actions that automatically run SonarQube.
Now I tried to add a .NET project and it tells me that I need to install .NET framework into the machine. How in the world am I going to do this? This is not something I find properties for in the Helm chart values
If I understand correctly the .NET framework needs to be installed in the docker container right?
This is the line that gave me the message:
WARN: Your project contains C# files which cannot be analyzed with the scanner you are using. To analyze C# or VB.NET, you must use the SonarScanner for .NET 5.x or higher, see https://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html
Thanks in advance!
Ferre Vekemans