Fork me on GitHub
TypeName ComputeExpressionAnalyzer
Check Id CC0082
Category Refactoring
Severity Hidden

Cause

Change an expression for its value if the expression is made of literal values.

Example

var minutes = 24 * 60;

Code fix

A code fix will be presented to you that will transform the code.

var minutes = 1440;

Code fix

Related rules

TBD

See also

TBD