Does SonarCloud support Xamarin projects?

Hello,

we have a monolithic repository on Gitlab where we have two folders, one for a Web project and one for a Xamarin project. We connected our repository with SonarCloud, but when we see the results we realized that only the Web project was analyzed. So we wanted to know if there is a special configuration in order to get the Xamarin project analized.

Thank you.

Hey there.

Which kind of build technology are you using for Xamarin ? MSBuild ?

Yes, we are using MSBuild.

Thanks.

You’ll need to use the SonarScanner for .Net – right now, there’s no tutorial in the SonarCloud UI for this, but you should be able to craft a Gitlab CI job that downloads/installs the scanner and then sandwiches your build step.