Skip to content

Commit c118536

Browse files
committed
Suppress CA5403
slows down build
1 parent 49f9fdb commit c118536

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
@@ -196,3 +196,6 @@ csharp_preserve_single_line_statements = true
196196

197197
dotnet_diagnostic.CS1508.severity = none # Adds 200 s to build time
198198
dotnet_diagnostic.CS8762.severity = none # Analyzer buggy (Parameter may not have a null value when exiting in some condition.)
199+
200+
# CA5403: Do not hard code certificate insanely slow analyzer adding 30 s to build time
201+
dotnet_diagnostic.CA5403.severity = none

0 commit comments

Comments
 (0)