Improve S3247: Rule should catch more duplicated cast #223
Labels
Area: C#
C# rules related issues.
Area: CFG/SE
CFG and SE related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: False Negative
Rule is NOT triggered when it should be.
Milestone
See CA1800, Fxcop rule is able to detect when multiple cast are done on the same variable.
New cases to handle:
if (obj is AStruct) // FN
When implementing this rule also consider #2120
The text was updated successfully, but these errors were encountered: