TypeName | ComputeExpressionAnalyzer |
Check Id | CC0082 |
Category | Refactoring |
Severity | Hidden |
Change an expression for its value if the expression is made of literal values.
var minutes = 24 * 60;
A code fix will be presented to you that will transform the code.
var minutes = 1440;
TBD
TBD