| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.23 source code.tar.gz | 2026-04-09 | 3.4 MB | |
| 10.23 source code.zip | 2026-04-09 | 7.9 MB | |
| README.md | 2026-04-09 | 1.8 kB | |
| Totals: 3 Items | 11.3 MB | 8 | |
This release brings a bunch of fixes! Enjoy.
### Bug Fixes
- NET-3557 - Fix SE AD0001 when SyntaxTreeOptionsProvider is null
- NET-3519 - Fix AD0001: NRE in PropertiesAccessCorrectField
### False Positives
- NET-3532 - Fix S2583 FP: Any called two times
- NET-3468 - Fix S1144 FP: Erroneously flagged Add() method used in Collection Initializer
- NET-3454 - Fix S3267 FP: ref struct in foreach body cannot be captured in LINQ lambda
- NET-3164 - Fix S125 FP: Improve semicolon heuristic
- NET-2559 - Fix S5944 FP: When method name is also a class name of generic argument
- NET-2438 - Fix S1067 FP: Do not raise an issue inside Equals() implementation
- NET-1565 - Fix S1192 FP: Shouldn't raise on Dapper parameters
- NET-1168 - Fix S1172 FP: When parameter conditionally used in local function
- NET-52 - Fix S4017 FP: Do not raise when implementing abstract class/interface
### False Negatives