Code Inspections in ASP.NET
In ASP.NET, ReSharper 2022.1 provides two kinds of code inspections: 6 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 35 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 ASP.NET inspections are listed below, grouped by their categories.
Common Practices and Code Improvements (1 inspection)
This category groups inspections that hunt for medium severity issues that mainly affect code readability.
Inspection | |
---|---|
Attribute with optional value problem |
Potential Code Quality Issues (25 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 | |
---|---|
| |
ASP.NET Resolve Warning | |
ASP.NET Warning | |
Cannot resolve property | |
Cannot resolve resource | |
Cannot resolve resource item | |
Invalid control type | |
MVC (mismatch Model Type) | |
MVC (unknown action) | |
MVC (unknown area) | |
MVC (unknown controller) | |
MVC (unknown masterpage) | |
MVC (unknown partial view) | |
MVC (unknown template) | |
MVC (unknown view component view) | |
MVC (unknown view component) | |
| |
Non-accessed field (non-private accessibility) | |
Object data source method resolve problem | |
Unknown content placeholder | |
Unknown skin | |
Unknown symbol | |
Unknown theme | |
Unsupported pageParserFilterType | |
Wrong image size |
Redundancies in Code (3 inspections)
Code inspections in this category look for redundancies and dead code, which affect code readability and style, and could be safely removed. Some code redundancies cannot be fixed automatically, and quick-fixes for them are performed in the interactive mode, requiring the user input. But the majority of the redundancies can be fixed without user interaction, using either fix in scope or code cleanup.
Inspection | |
---|---|
| |
Unused import clause | |
Unused register directive |
Redundancies in Symbol Declarations (1 inspection)
This category includes code inspections, mostly with the warning severity level, which detect empty and unused symbol declarations.
Inspection | |
---|---|
Type member is never used (non-private accessibility) |
Spelling issues (5 inspections)
These inspections detect typos in various contexts.
Inspection | |
---|---|
| |
| |
Typo in markup attribute value | |
| |
|