Is it possible to integrate SonarQube with Xamarin forms(C#) in MAC and publish the reports?
Hi All, I’m currently working to integrate sonaqube9.9 with Xamarin forms project in Visual studio2022 for MAC OS. But I couldn’t succeed.So my question is whether it is possible to integrate SonarQube with Xamarin forms(C#) in MAC and publish the reports? If it is possible, please refer below for the steps I followed and correct me where I went wrong(facing issue in step3 while integrating the SonarQube in forms project) Step1.Installed SonarQube9.9,did the setup and local host 9000 is up Step2.Created a project and token in Sonarqube website Step3.Inorder to integrate with Xamarin.forms project in MAC,tried with following SonarQube scanners for .NET null
mono /Users/Mohana/Sonar/sonar-scanner-msbuild-5/SonarScanner.MSBuild.exe begin /k:"TestXamarin" /d:sonar.host.url="http://localhost:9000" /d:sonar.login="sqp_33fdfd7c82f8291d528335aa043df4845b697462" MSBuild mono /Users/Mohana/Sonar/sonar-scanner-msbuild-5/SonarScanner.MSBuild.exe end /d:sonar.login="sqp_33fdfd7c82f8291d528335aa043df4845b697462"
**Error:**Using the .NET Framework version of the Scanner for MSBuild Post-processing started. Calling the TFS Processor executable... Failed to parse or retrieve arguments for command line. The TFS Processor did not complete successfully null