JetBrains Rider 2018.1 Help

Code Inspections in Razor

In Razor, JetBrains Rider 2018.1 provides two kinds of code inspections: 6 inspections that detect errors such as broken syntax, unresolved symbols, compiler errors, etc. (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 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
Last modified: 20 August 2018