ReSharper 2020.1 Help

Code Inspections in XML

In XML, ReSharper 2020.1 provides two kinds of code inspections: 13 inspections that detect errors such as broken syntax, unresolved symbols, compiler errors, and so on (you cannot configure or disable any of these inspections), and 2 proprietary code inspections, any of which you can disable or change its severity level.
These code inspections help you detect code issues in design time in all open files, and additionally they allow you to find code issues in specific scope.

Configurable XML inspections are listed below, grouped by their categories.

Spelling issues (2 inspections)

These inspections detect typos in various contexts.
InspectionIDEditorConfig propertyDefault severity
Typo in markup attribute valueMarkupAttributeTyporesharper_markup_attribute_typo_highlightingSuggestion
Typo in markup textMarkupTextTyporesharper_markup_text_typo_highlightingSuggestion
Last modified: 15 July 2020