We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ba14e commit b1165e9Copy full SHA for b1165e9
.editorconfig
@@ -200,3 +200,6 @@ csharp_space_between_square_brackets = false
200
csharp_prefer_braces = true:silent
201
csharp_preserve_single_line_blocks = true
202
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