Skip to content

Commit b1165e9

Browse files
committed
Suppress CA5403
Slows down build
1 parent 64ba14e commit b1165e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,6 @@ csharp_space_between_square_brackets = false
200200
csharp_prefer_braces = true:silent
201201
csharp_preserve_single_line_blocks = true
202202
csharp_preserve_single_line_statements = true
203+
204+
# CA5403: Do not hard code certificate insanely slow analyzer adding 30 s to build time
205+
dotnet_diagnostic.CA5403.severity = none

0 commit comments

Comments
 (0)