Skip to content

9.18

Compare
Choose a tag to compare
@antonioaversa antonioaversa released this 26 Jan 13:38
· 403 commits to master since this release
3cb326e

Hi everyone!

This release focuses on fixing false positives and on general improvements that will be included in the upcoming SonarQube 10.4.

False Positive

  • 7792 - [C#, VB.NET] Fix S1125 FP: Type check with System.Object
  • 7904 - [C#] Fix S1144 FP: Record method PrintMembers
  • 6326 - [C#] Fix S2437 FP: None of the operands is 0
  • 7620 - [C#] Fix S6618 FP: Projects targeting runtime lower than .NET 6.0
  • 8560 - [C#] Fix S4027 FP: BinaryFormatter. Serialization constructors are obsolete and should not be required

Improvements

  • 4993 - [C#] Improve S3925 message to be clear about expected action
  • 3604 - [C#] Improve S2971 message to use AsEnumerable in LINQ database query
  • 7960 - [C#, VB.NET] Deprecate rule S3884
  • 8554 - Update RSPEC before 9.18 release