ReSharper 2024.1 Help

Code inspection: Add/remove qualifier for static members

Category

Syntax Style

ID

ArrangeStaticMemberQualifier

EditorConfig

resharper_arrange_static_member_qualifier_highlighting

Default severity

Hint

Language

C#

Requires SWA

No

In C#, you can qualify instance members with this keyword, and qualify static members with type name or a base type name. These qualifiers help you disambiguate members hidden by local variables or method parameters. In all other cases, these modifiers are optional, and you can decide for yourself whether to use them or not. With ReSharper, you can configure your preferences for using optional modifiers and enforce these preferences.

By default, ReSharper treats all optional member qualifiers as redundant and suggests removing them.

For more information about configuring and enforcing your preferences for optional member qualifiers, refer to Code Syntax Style: Optional Member Qualifiers.

Last modified: 11 February 2024