I have configured the Visual Studio Roslyn Analyzer to detect an issue in my code. The issue appears in IDE. I have changed the rule in editorconfig and all is well.
According to the docs (Importing Third-Party Issues | SonarQube Docs), Roslyn Analyzer, including those from Microsoft can be integrated and the report is read. I cannot see at all how to complete this integration with SonarQube.
It should be done automatically if your Roslyn analyzer is being executed during your build (you should be able to see the warning raised in your build logs)! If you see it in your build logs (the build being run in the same job as your SonarQube analysis), but it still is not reported to SonarQube, then we can try and look into it further.
Does this work on unix as well? Is it available on Community Edition? I am executing the build, warnings are appearing properly on console, but nothing from Roslyn is registered on SonarQube.