Skip to content

Commit 381b4d6

Browse files
author
Per Kops
committed
build: suppressing SA1010 due to utilizing collection-expressions
1 parent 8ef6630 commit 381b4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net
518518

519519
dotnet_diagnostic.IDE0057.severity = none # Substring can be simplified
520520

521+
dotnet_diagnostic.SA1010.severity = none #
522+
521523
dotnet_diagnostic.CA1054.severity = none # URI parameters should not be strings
522524
dotnet_diagnostic.CA1848.severity = none # For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogTrace(ILogger, string, params object[])'
523525
dotnet_diagnostic.CA1859.severity = none #

0 commit comments

Comments
 (0)