-
Notifications
You must be signed in to change notification settings - Fork 4.3k
IDE0052 not taking extension into account #81986
Copy link
Copy link
Closed
Labels
Area-IDEFeature - Extension EverythingThe extension everything featureThe extension everything featureFeature - IDE0052Remove unread private membersRemove unread private membersResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implemented
Metadata
Metadata
Assignees
Labels
Area-IDEFeature - Extension EverythingThe extension everything featureThe extension everything featureFeature - IDE0052Remove unread private membersRemove unread private membersResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implemented
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version Used: 11.0.100-alpha.1.26060.102
Steps to Reproduce:
Diagnostic Id: IDE0052 (Remove unread private member)
Expected Behavior:
IDE0052 not raised as the
s_nullObjectParamfield is read in the extension in the same file.Actual Behavior:
IDE0052 raised as the analyzer probably doesn't take the extension in the same file into account.
cc @jcouv @CyrusNajmabadi