Automatic analysis is now available for .NET projects on GitHub

Hello .NET developers,

Today, we released automatic analysis for .NET projects using GitHub. With just a couple clicks, you’ll get immediate, actionable feedback to ensure you’re following Sonar Clean Code best practices. This feature is perfect if you’re just getting started with Sonar or for a quick analysis on a new project to see where things stand. For the most complete experience we still recommend integrating Sonar with your CI-based workflow. We provide guidance on how to switch directly in the user interface.

You can find more information about automatic analysis and its current limitations for .NET here.

Best,
Martin

3 Likes

Hi how will this influence the billing for the number of lines of code?

Hello @rvdkraan ,

Welcome to the community!

The analysis method used (automatic analysis or CI-based analysis) does not influence billing, so nothing will change in that regard with this feature.

Hi,

Thank you for the update.
I have my first project running with Automatic Analysis but i got a warning about :
Multi-Language analysis is enabled. If this was not intended and you have issues such as hitting your LOC limit or analyzing unwanted files, please set “/d:sonar.scanner.scanAll=false” in the begin step.

I am ok with this setting to be true but how do i disable the warning?
I tried the online settings but the setting sonar.scanner.scanAll is not found as a setting that can be made online.

Am I missing something? Or can this warning not be disabled / this option configured in the web interface like configuring the python version to use.

Hi,

This warning cannot be disabled on your end, I’m afraid. This is something we need to deal with on our side, which we will do soon.

Thanks for reporting this!

Denis