SonarQube Connections inside Visual Studio reports 'no supported project language'

Using Visual Studio Community 2017 and Solarlint we are able to use code analysis, however when attempting to use the SonarQube connections feature the error message below is seen

‘This solution contains no supported project language (C#, VB.Net). Please create at least one project of the supported language and then try to reconnect.’

The connection initially works and I am able to select the correct organisation, however almost immediately afterwards, this message appears, despite the fact that the analyse tools work as expected.

It is a web site, built in VB.NET inside of the solution.

Hi,

I’m having exactly the same problem. My project is C/C++ and the extension complains about that.

1 Like

@dextermagnific FYI connected mode in SLVS only supports C# and VB.Net currently. There is a ticket in the backlog to support connected more for other languages: https://github.com/SonarSource/sonarlint-visualstudio/issues/770

However, that ticket is lower priority than adding support for configuring the C++/JavaScript rules to run in standalone mode: https://github.com/SonarSource/sonarlint-visualstudio/issues/771.

1 Like