Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
10.9 source code.tar.gz | 2025-04-30 | 3.2 MB | |
10.9 source code.zip | 2025-04-30 | 7.3 MB | |
README.md | 2025-04-30 | 4.1 kB | |
Totals: 3 Items | 10.5 MB | 0 |
Hello everyone! This is a mega-hardening release! Enjoy 😄
False Positive
- NET-1309 - Fix S2583 FP: Support overrides in IsImplementingInterfaceMember
- NET-1308 - Fix S2583 FP: Add support for AdressOf operator
- NET-1302 - Fix S4158 FP: Don't raise on GetEnumerator() calls
- NET-1295 - Fix S3236 FP: Exclude Debug.Assert
- NET-1290 - Fix S4158 FP: Support RouteValueDictionary in AspNetCore
- NET-1289 - Fix S4158 FP: Adding methods with well defined sematics
- NET-1288 - Fix S4158 FP: Recognize Add methods with bool return type
- NET-1287 - Fix S4158 FP: Don't raise on SetValue
- NET-1280 - Fix S2342 FP: Flaky reports
- NET-1278 - Fix S3440 FP: Variable assignment and switch expression
- NET-1246 - Fix S1481 FP: Don't report on discard like looking variables
- NET-1242 - Fix S2583/S4158 FP: Support for collections that are initialized with object
- NET-1241 - Fix S2589 FP: Don't track concurrent collections
- NET-1230 - Fix S4158 FP: Immutable collections
- NET-1223 - Fix S3267 FP: ref struct types cannot leave the stack
- NET-1214 - Fix S2259 FP: Foreach loop over empty collection
- NET-1212 - Fix S2259 FP: Learn bool from NotNull constraint and Null value
- NET-1208 - Fix S2589 FP: Rule ignores case guards
- NET-1207 - Fix S3966 FP: disposing element of indexable after declaration pattern
- NET-1203 - Fix S3966 FP: Enumerating a collection of tuples
- NET-1202 - Fix S2259 FP: Foreach nested in try, nested in loop
- NET-1188 - Improve S4158 - Empty Collections should not be Enumerated
- NET-1088 - Fix S3240 FP: Ignore when a conditional block contains a ternary
- NET-800 - Fix S2259 FP: FlowCaptures in loops and try-regions
False Negative
- NET-1299 - Fix S2053 FN: Support Copy methods
- NET-1257 - Fix S4790 FN: New HashData overloads not recognized
- NET-1194 - Fix S4158 FN: Collection Expressions (C# 12)
- NET-357 - Fix S2068 FN: does not consider
launchSettings.json
files - NET-210 - Fix S4158 FN: AddRange with empty collection
Bug
- NET-1267 - Fix S2068 bug: Issue location is out of range in web.config for elements or attributes with an xml namespace
- NET-1184 - Roslyn rule import should map the issue severity to the Software Quality impact in SonarQube Server
Improvement
- NET-1217 - Improve S3996: Set location to the property instead of record