Code Inspections in MSBuild
In MSBuild, ReSharper 2022.3 provides 12 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 MSBuild inspections are listed below, grouped by their categories.
Potential Code Quality Issues (11 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 | |
---|---|
Missing required attribute | |
Multiple output tags defined | |
Output tag required | |
Unknown item group | |
Unknown metadata | |
Unknown output parameter | |
Unknown property | |
Unknown target | |
Unknown task | |
Unknown task attribute | |
Wrong metadata use |
Security (1 inspection)
Inspections in this category report NuGet packages that have vulnerabilities according to Checkmarks.
Inspection | |
---|---|
|