Skip to content

Commit 62ff146

Browse files
committed
suppress CA5403
slows down build
1 parent bccbfda commit 62ff146

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,7 @@ csharp_preserve_single_line_statements = true
204204
# IDE0079: Remove unnecessary suppression
205205
dotnet_diagnostic.IDE0079.severity = warning
206206

207-
dotnet_diagnostic.CS8002.severity = none # Referenced assembly '...' does not have a strong name
207+
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

Comments
 (0)