Unable to analyze all kind of files in q single project

Template for a good bug report, formatted with Markdown:

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
  • error observed (wrap logs/code around triple quote ``` for proper formatting)
  • steps to reproduce
  • potential workaround

Sonarqube Edition - Enterprise
Version - 8.9LTS

Is it possible to analyze c#, VB,XML , c++ , python and XMl in a single project in a single build pipeline?

Because I am trying but unable to scan all at a time.

Hi,

Yes. The docs should help (see ‘Analyzing languages other than C# and VB’).

 
Ann

According to doc, VB is supposed to get analyzed with MS Build but in my case it is getting analyzed with Stand Alone SCANNER.

Does sonarqube support cproj file for analyzing code using MSBuild scanner?

@Top_Bong

I don’t know what you mean by “cproj”. If you mean “.csproj” then the answer is yes.

VB6 code can be analysed with the command line scanner.
However, you need to use the Scanner for .NET to analyze VB.NET.

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