10.0
mary-georgiou-sonarsource
released this
02 Dec 09:16
·
104 commits
to master
since this release
New rule
False negatives
- NET-497 - Fix S3343 FN: Support primary constructors
- NET-486 - Fix S1125 FN: Null-suppression operator suppresses S1125
- NET-278 - Fix FN S1481: Support linq range variables
- NET-305 - Fix S1481 FN: Support for C# 7 variable declarations
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