Your project contains C# files which cannot be analyzed

Hi Chris,

I don’t know how TeamCity works, I could only find this thread related to it: Steps to integrate SonarQube with TeamCity builds

It seems that there’s a 3rd party way of doing it, but we don’t maintain it so we can’t help with issues that might occur when using it.

In general, Scanner for MSBuild isn’t a JAR package. It’s executable that

  • Begin step: Uses scanner CLI to prepare the analysis
  • Begin step: Does some .NET specific steps to plug our analyzers in the .NET build
  • The build is triggered
  • End step: Collects analysis results (protobuf reports, Roslyn issue reports) from previous steps
  • End step: Submits the results using scanner CLI