How to analyze a solution includes both c++ and c# code

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube

  • what are you trying to achieve
    I want to analyze a solution that includes both C + + and c# in jenkins.

  • what have you tried so far to achieve this

the c# use the sonarqube scanner for msbuild, and the c++ code must use the build-wrapper-win-x86.
how to analyze a sln with both .vcxproj and .csproj?

Hi,

The docs cover this exact topic. :slightly_smiling_face:

 
HTH,
Ann

Thank you very mush, I will try it.

1 Like

Hello @hl_yang - did you solve the issue?

yes, I solved it.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.