Sonaqube 6.7.3 does not analyze vbnet code

hello, I have done some analysis to vbnet code with the plugin sonar-vbnet-plugin-5.1.0.442 and I can not get issues, it only detects me lines of code. I’m using the developer edition and at the moment of scanning it says execution success.

In the properties of the scanner the sonar.language property I left empty and also gave it the vbnet value but I do not get anything

Any idea of what is happening?

Hello Hector,

This issue can happen if you have an incompatible version of the roslyn analyser.
I suggest you to have a look at the requirements in the Scanner for msbuild page and check if your version of the .Net framework is compatible.

Greetings,
Alexandre.