Hello,
I am new to SonarQube, and trying to use it for getting code coverage. I have a few doubts about using the community version of SonarQube.
I am getting the following error in Visual Studio 2019 community when trying to connect my project solution with SonarQube Server:-
Connecting to SonarQube server: Detecting server plugins
** Discovered a supported plugin: Plugin: ‘SonarC#’, Language(s): ‘C#’, Installed version: ‘8.34.0’, Minimum version: ‘5.0’**
** Discovered a supported plugin: Plugin: ‘SonarVB’, Language(s): ‘VB.NET’, Installed version: ‘8.34.0’, Minimum version: ‘3.0’**
** The languages supported by plugins on this SonarQube server (C#, VB.NET) do not match any of the solution projects’ languages.**
Connecting to SonarQube server: Failed
Does the community version not support the C,C++ plugin? If it does, how to enable it?
Thanks.