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.
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 theStringstype. It's enough to provide an error-level inspection without a codefix.