- Tags:
- analysis
- unneeded code
- expression
CA023 - Unneeded parentheses
Description
Parentheses that are not needed should be removed. This helps enforcing a consistent coding style
- Scope InstructionStatus EnabledSeverity SuggestionApplicability AllScore 30
Example of violation
Recommendation
Remove the parenthesis that are not needed.
In the example, it simply becomes:
Back to Rules
cached: 12/11/2025 3:44:52.000 PM