What is the minimum framework version of "NET framework", "NET Standard", "NET Core" that the code scanner can perform?

Good day,

I’m new to sonar and would like to know if there is no limitation on code scanning in applications with framework versions:
.NET Framework 4
.NET Standard 2
.NET Core 3.1
.NET Framework 4.8
.NET 5

G’day Juan

Welcome to the community :slight_smile:

We try to support all ‘in support’ .NET versions as fully as possible, and you will find the analysis works fine on older versions even if the scanner requires a later version of .NET on the agent to run. You will find good support for all the .NET versions you have listed. We are still improving analysis of the latest language features in .NET 5 and have just started on that journey with .NET 6.

Hope that helps

Tom

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