C# code not being analyze in VSTS pipeline

Could you please reply.

  1. Have you tried an internet search for 82A7F48D-3B50-4B1E-B82E-3ADA8210C358?

  2. Add the following to your MSBuild project:

  <PropertyGroup>
    <!-- Mark the project as not being a test project -->
    <SonarQubeTestProject>false</SonarQubeTestProject>
  </PropertyGroup>
  1. See β€œNarrowing the focus” for info on how to limit the scope of analysis using properties. and answer (4) below for how to set properties when using the SonarScanner for MSBuild in the Azure DevOps extension.

  2. That’s correct. Instead, set the properties in the Additional Properties section of the Begin step:

image
5. Yes. See the comparison of editions for more information.

1 Like