Fix S2234 FN: lambdas #8072
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Type: False Negative
Rule is NOT triggered when it should be.
The current implementation of S2234 doesn't take into lambdas,
There are multiple scenarios in which false negatives are produced:
Default lambda parameters, from C#12, should be tested as well.
Related issues:
The text was updated successfully, but these errors were encountered: