Code Inspections in Razor
In Razor, JetBrains Rider 2021.1 provides 7 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 Razor inspections are listed below, grouped by their categories.
Potential Code Quality Issues (2 inspections)
This category includes inspections that detect critical issues (code smells), mostly with Error or Warning level. This category also includes inspections that ensure localization assistance.Inspection ID EditorConfig property | Default severity |
---|---|
Unknown Razor layout Razor.LayoutNotResolved resharper_razor_layout_not_resolved_highlighting | Error |
Unknown Razor section Razor.SectionNotResolved resharper_razor_section_not_resolved_highlighting | Error |
Spelling issues (5 inspections)
These inspections detect typos in various contexts.Inspection ID EditorConfig property | Default severity |
---|---|
Typo in comment CommentTypo resharper_comment_typo_highlighting | Suggestion |
Typo in identifier IdentifierTypo resharper_identifier_typo_highlighting | Suggestion |
Typo in markup attribute value MarkupAttributeTypo resharper_markup_attribute_typo_highlighting | Suggestion |
Typo in markup text MarkupTextTypo resharper_markup_text_typo_highlighting | Suggestion |
Typo in string literal StringLiteralTypo resharper_string_literal_typo_highlighting | Suggestion |
Last modified: 12 July 2021