Code inspection: Resource overrides base resource with empty valueLast modified: 05 June 2024Category: Potential Code Quality IssuesID: OverriddenWithEmptyValueEditorConfig: resharper_overridden_with_empty_value_highlighting=[error|warning|suggestion|hint|none]Default severity: WarningLanguage: Resource filestipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This inspection reports resource entries with empty values in .resx resource files.<data name="ButtonCancelText" xml:space="preserve"> <value></value> <comment>@Invariant</comment> </data>