All rules
CA2253Usage Enabled by default: As suggestion

Named placeholders should not be numeric values

Named placeholders should not be numeric values

Microsoft docs

Description

Named placeholders in the logging message template should not be comprised of only numeric characters.

Cause

A message placeholder consists of numeric characters only.

How to fix violations

Rename the numeric placeholder.

For usage examples, see the Microsoft.Extensions.Logging.LoggerExtensions.LogInformation method.

When to suppress

Do not suppress a warning from this rule.

Group results
0 yes 0 no
ConsensusNone (disabled)
Severity preference (yes voters)
Suggestion0
Warning0
Error0