Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
10.13 source code.tar.gz | 2025-07-09 | 3.3 MB | |
10.13 source code.zip | 2025-07-09 | 7.4 MB | |
README.md | 2025-07-09 | 1.1 kB | |
Totals: 3 Items | 10.7 MB | 0 |
Hello everyone, In this release, we've focused on: - False positive fixes - Enhancing S2259's secondary locations to provide clearer, step-by-step explanations of null pointer dereferences issues.
False Positives
- NET-2099 - Fix S3885 FP: Do not raise in ResolutionEventHandler
- NET-2023 - Fix S3257 FP: Array with target-typed new
- NET-1646 - Fix S3267 FP: Loops should be simplified with LINQ expressions
- NET-1588 - Fix S1066 FP: Combination of
dynamic
andout
should not raise - NET-882 - Fix S3257 FP: Don't raise for C# 10 and later when there's explicit delegate creation
Improvements
- NET-2095 - Improve incremental PR analysis path detection
- SE: S2259 - Improve secondary locations