Generating the "Issue report" for C# project using SonarLint

543 views Asked by At

I’m trying to explore the SonarQube options for C# projects and in the way I have tried using Sonar Scanner for MSBuild and SonarLint for Visual Studio, But when I’m trying to generate the “issue report” using the issue report plugin it is showing that this plugin as deprecated and suggests to use SonarLint CLI. I tried using the SonarLint CLI for generating the Issue report for C# project, but no report has been generated. But when I have gone through the blogs I came to know that C# is not supported for SonarLint CLI, is it is correct, if yes, Please help me out if there are any other ways to generate the "Issue report" for C# projects.

1

There are 1 answers

0
Jeroen Heier On BEST ANSWER

This plugin is deprecated since SonarQube 5.1. You could use the SonarQube Web API to build your own report.