We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccbfda commit 62ff146Copy full SHA for 62ff146
1 file changed
.editorconfig
@@ -204,4 +204,7 @@ csharp_preserve_single_line_statements = true
204
# IDE0079: Remove unnecessary suppression
205
dotnet_diagnostic.IDE0079.severity = warning
206
207
-dotnet_diagnostic.CS8002.severity = none # Referenced assembly '...' does not have a strong name
+dotnet_diagnostic.CS8002.severity = none # Referenced assembly '...' does not have a strong name
208
+
209
+# CA5403: Do not hard code certificate insanely slow analyzer adding 30 s to build time
210
+dotnet_diagnostic.CA5403.severity = none
0 commit comments