Skip to content

Commit

Permalink
Missed a few files from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Apr 15, 2024
1 parent 880a5d3 commit 59f5fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.md
Expand Up @@ -1992,7 +1992,7 @@ Forward the 'CancellationToken' parameter to methods to ensure the operation can
|CodeFix|True|
---

## [CA2017](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017): Parameter count mismatch in message template
## [CA2017](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017): Parameter count mismatch

Number of parameters supplied in the logging message template do not match the number of named placeholders.

Expand Down
2 changes: 1 addition & 1 deletion src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
Expand Up @@ -3613,7 +3613,7 @@
},
"CA2017": {
"id": "CA2017",
"shortDescription": "Parameter count mismatch in message template",
"shortDescription": "Parameter count mismatch",
"fullDescription": "Number of parameters supplied in the logging message template do not match the number of named placeholders.",
"defaultLevel": "warning",
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017",
Expand Down

0 comments on commit 59f5fb8

Please sign in to comment.