Skip to content

Commit d1edbd4

Browse files
committed
build(ci): suppress CA1873
1 parent cd5e0dd commit d1edbd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ dotnet_diagnostic.CA1515.severity = suggestion # Because an application's A
586586
dotnet_diagnostic.CA1848.severity = none # For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogTrace(ILogger, string, params object[])'
587587
dotnet_diagnostic.CA1859.severity = none #
588588
dotnet_diagnostic.CA1860.severity = none #
589+
dotnet_diagnostic.CA1873.severity = none # Avoid potentially expensive logging - aligns with CA1848/CA2254 opt-out (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
589590
dotnet_diagnostic.CA2007.severity = none # Consider calling ConfigureAwait on the awaited task
590591
dotnet_diagnostic.CA2254.severity = none # For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogTrace(ILogger, string, params object[])'
591592

0 commit comments

Comments
 (0)