Home > Net >  VS2017 how can send sonar scan results on sonarqube server
VS2017 how can send sonar scan results on sonarqube server

Time:10-19

Use Visual SonarLint studio2017 + + sonarqube server to scan of c # code, Visual studio console as you can see some warning (sonar scan), but you can't send these problems to sonarqube server web sites corresponding project,

According to many posts before you set up the Manage SonarQube Connections, the connection is successful and binding corresponding project, performed manually sonar scan later, still no corresponding information in website

Learned this post on https://blog.csdn.net/zuozewei/article/details/88874240#_SonarQube_Server_53, but the automatic analysis of the effect cannot be achieved, ask friends someone know how to operate it, or you can use other plug-ins can be local Visual studio sonar scan after send to sonarqube server corresponding to the result of the project,

CodePudding user response:

I also encountered this problem, you find a solution?
  •  Tags:  
  • C#
  • Related