Dropping support for build environments with .NET Framework < 4.6.2

Hi .NET Folks

After the next SonarQube LTS release, we will drop support for build environments running .NET Framework prior to 4.6.2. This means that if you want to use versions of SonarQube in the future 10.x series and you are still on an older version of the .NET Framework you will need to upgrade your build environment wherever your analysis is run. This doesn’t stop you from analysing code targeting older versions of the framework. This change will also take effect on SonarCloud and Sonarlint in Q1 2023.

Let me know if you have any questions

Tom

2 Likes

Hi Tom,

Does SonarCloud support .NET Framework v4.6 and above? I have .NET projects hosted on Bitbucket but unable to analyze the projects using sonarcloud.

Regards,
Pradeep

Hi Pradeep

Yes, as long at you are on 4.62 or above. Docs are here.

Tom