You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an attribute is present such as: [LocalisableDescription(typeof(Strings), nameof(Strings.ExampleFoo))], we should make sure that the nameof() part refers to some member in the Strings type. It's enough to provide an error-level inspection without a codefix.
The text was updated successfully, but these errors were encountered:
smoogipoo
changed the title
LocalisableDescription analyserLocalisableDescription analyser for incorrect usages
Aug 2, 2021
smoogipoo
changed the title
LocalisableDescription analyser for incorrect usages
Analyser for incorrect usages of LocalisableDescriptionAug 2, 2021
smoogipoo
changed the title
Analyser for incorrect usages of LocalisableDescription
Analyser for incorrect usages of [LocalisableDescription]Aug 2, 2021
When an attribute is present such as:
[LocalisableDescription(typeof(Strings), nameof(Strings.ExampleFoo))]
, we should make sure that thenameof()
part refers to some member in theStrings
type. It's enough to provide an error-level inspection without a codefix.The text was updated successfully, but these errors were encountered: