Skip to content

Commit 0d80caf

Browse files
author
Per Kops
committed
build: suppress CA1308 in root .editorconfig
1 parent 1394e16 commit 0d80caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ dotnet_diagnostic.IDE0305.severity = suggestion # Collection initialization
581581
dotnet_diagnostic.SA1010.severity = none #
582582

583583
dotnet_diagnostic.CA1054.severity = none # URI parameters should not be strings
584+
dotnet_diagnostic.CA1308.severity = none # https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1308
584585
dotnet_diagnostic.CA1515.severity = suggestion # Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
585586
dotnet_diagnostic.CA1848.severity = none # For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogTrace(ILogger, string, params object[])'
586587
dotnet_diagnostic.CA1859.severity = none #

0 commit comments

Comments
 (0)