Skip to content

9.0

Compare
Choose a tag to compare
@SonarTech SonarTech released this 26 Apr 13:33
6a345b9

Release 9.0 changes the target framework from net46 to netstandard2.0. Thus the minimal support version is .NET Framework 4.6.2 now.
Thanks to @Corniel for fixing an FP in S2049.

Improvements

  • 7095 - Update RSPEC before 9.0 release
  • 6028 - Target netstandard2.0 instead of net46
  • 4824 - [C#, VB.NET] SE: Update rule activation to be compatible with .editorconfig

False Positive

  • 3400 - [C#] Fix S3900 FP: When parameter reassigned from a method
  • 2591 - [C#] Fix S3900 FP: Re-assignment of parameters is ignored
  • 6972 - [C#] Fix S3900 FP: Ignore parameters with assigned values
  • 5729 - [C#] Fix S3900 FP: Recognize ArgumentNullException.ThrowIfNull()
  • 6953 - [C#] Fix S2094 FP: Records which set the base record's properties in their initializer