Fix S1117 FP: Field/property instances are not accessible from static methods #8260
Labels
Area: C#
C# rules related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: False Positive
Rule IS triggered when it shouldn't be.
Milestone
The rule needs to distinguish between instance and static members.
Primary constructor parameters and instance fields/properties can only be shadowed in instance methods.
The text was updated successfully, but these errors were encountered: