The SonarQube MSBuild integration failed: SonarQube was unable to collect the required information about your projects. Possible causes

Getting following error while doing sonar assessment for .net project built in visual studio 2017. I am using sonar-scanner-msbuild-4.6.1.2049-net46

The SonarQube MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:

  1. The project has not been built - the project must be built in between the begin and end steps
  2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0 upwards are supported
  3. The begin, build and end steps have not all been launched from the same folder
  4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
    Generation of the sonar-properties file failed. Unable to complete SonarQube analysis.
    16:29:08.598 Creating a summary markdown fileā€¦
    16:29:08.613 Post-processing failed. Exit code: 1

hey @amol.karekar . Sorry for the delay. Did you solve this issue?

A post was split to a new topic: SonarQube MSBuild integration failed