Fix S1656 FN: Self-assignment to Me.Field is not detected #9667
Labels
Area: VB.NET
VB.NET rules related issues.
Type: False Negative
Rule is NOT triggered when it should be.
S1656 detects useless self-assignment to field, but does not raise when a field is self-assigned using
Me.
(likethis.
in C#).This can help finding bugs in constructors.
The text was updated successfully, but these errors were encountered: