Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/fundamentals/code-analysis/quality-rules/ca2253.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Named placeholders in the logging message template should not be comprised of on

Rename the numeric placeholder.

For usage examples, see the <xref:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation%2A?displayProperty=nameWithType> method.

## When to suppress errors

Do not suppress a warning from this rule.
Expand Down