MSBuild integration failed: SonarCloud was unable to collect the required information

Hey @wdwinslow

I’m coming back to the main thread so I can share my findings with the community.

It looks like you are building a Legacy Web Site Project. This can be determined by how there are no csproj/vbproj, files, and common classes are in an App_Code directory.

Such projects aren’t supported by the Scanner for .NET or SonarCloud: Docs

  • Web Application projects are supported. Legacy Web Site projects are not.

To be able to analyze with SonarCloud, there are some options described in this post:

I hope this helps.