Skip to content

Commit fb13b27

Browse files
committed
suppress CA5403
slows down build
1 parent c688488 commit fb13b27

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
@@ -191,3 +191,5 @@ csharp_preserve_single_line_statements = true
191191

192192
dotnet_diagnostic.CA1303.severity = none # Do not pass literals as localized parameters
193193

194+
# CA5403: Do not hard code certificate insanely slow analyzer adding 30 s to build time
195+
dotnet_diagnostic.CA5403.severity = none

0 commit comments

Comments
 (0)