Good morning.
I would like to know if the SonarQube 8.9 lts version supports net 6
Thanks
Hi Jorge
As long as you use the latest version of the scanner you will be able to analyse your .NET 6 project. Unfortunately the analysis in SonarQube 8.9 does not support the new C# 10 language features and you will see false positives if you use features like file scoped namespaces. SonarQube 9.3 has better support.
Hope that helps
Tom
Thanks Tom