Fix S1854 FN: Proper support of try/catch statements #4940
Labels
Area: C#
C# rules related issues.
Area: CFG/SE
CFG and SE related issues.
Type: False Negative
Rule is NOT triggered when it should be.
Milestone
Many try/catch scenarios are currently muted by
MutedSyntaxWalker
.We need to update our LVA to properly support all possible paths there to be able to remove the muting logic.
The text was updated successfully, but these errors were encountered: