Need help on analyze ASP.Net Web Form Application

Hi All,

Currently using SonarQube Enterprise Edition. Need to run SonarQube on Simple ASP.Net Web Form Application and language as C#. Is it necessary i have to use MSBuild for Sonar Plugin to run the SonarQube scan? Is there any other alternate way also available? Thanks in advance for your help

Hi @Frank2,

Welcome to our community.

Yes, you need to build your project with MSBuild or dotnet build commands. The code analysis is done during this build.

Legacy website projects are not supported. You’ll need to add SLN and CSPROJ files to be able to build it with MSBuild.

Thank you @Pavel_Mikula for your help!

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