JetBrains Rider 2017.3 Help

Code Inspections in HttpHandler or WebService

In HttpHandler or WebService, JetBrains Rider 2017.3 provides two kinds of code inspections: 3 inspections that detect errors such as broken syntax, unresolved symbols, compiler errors, etc. (you cannot configure or disable any of these inspections), and 3 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 HttpHandler or WebService 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.
InspectionDefault Severity
Non-accessed field (non-private accessibility) Suggestion
Path error Warning

Redundancies in Symbol Declarations (1 inspection)

This category includes code inspections, mostly with the warning severity level, which detect empty and unused symbol declarations.
Last modified: 19 April 2018