Code inspection: Resource overrides base resource with empty valueLast modified: 05 June 2024 Category: Potential Code Quality Issues ID: OverriddenWithEmptyValue EditorConfig: resharper_overridden_with_empty_value_highlighting Default severity: Warning Language:tipYou 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>