Code Inspections in NAnt
In NAnt, JetBrains Rider 2021.1 provides 8 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 NAnt inspections are listed below, grouped by their categories.
Potential Code Quality Issues (8 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 |
---|---|
Invalid attribute value InvalidAttributeValue resharper_invalid_attribute_value_highlighting | Warning |
Invalid task element InvalidTaskElement resharper_invalid_task_element_highlighting | Disabled |
Missing required attribute MissingAttribute resharper_missing_attribute_highlighting | Warning |
Unknown property UnknownProperty resharper_unknown_property_highlighting | Warning |
Unknown target UnknownTarget resharper_unknown_target_highlighting | Warning |
Unknown task UnknownTask resharper_unknown_task_highlighting | Warning |
Unknown task attribute UnknownTaskAttribute resharper_unknown_task_attribute_highlighting | Warning |
Unknown tasks assembly TasksNotLoaded resharper_tasks_not_loaded_highlighting | Warning |
Last modified: 12 July 2021