Skip to content

10.0

Compare
Choose a tag to compare
@mary-georgiou-sonarsource mary-georgiou-sonarsource released this 02 Dec 09:16
· 104 commits to master since this release

New rule

  • NET-24 - New Rule S7039: Content Security Policies should be restrictive

False negatives

False positives

  • NET-402 - Fix S2953 FP: Implement IDisposable.Dispose on extension methods static class
  • NET-165 - Fix S4144 FP: Methods with different return types
  • NET-108 - Fix S3963 FP: Tuple assignments
  • NET-125 - Fix S2933 FP: Assignment to this
  • NET-265 - Fix S1144 FP: Public indexer in nested class used in parent class
  • NET-265 - Fix S6967 FP: Methods with string, object and dynamic arguments
  • NET-278 - Fix S2629 FP: Do not raise on log4net.Error(Exception)
  • NET-405 - Fix S3459 FP: Support @ref bindings in razor files / partial Blazor components

Bug

  • NET-29 - Fix AD0001: NullReferenceException is thrown in S1871

Improvements

  • NET-63 - Rule S5693: Extend the rule to support OpenReadStream