Skip to content

Commit 4ab7f6d

Browse files
committed
build: Suppressing S4457 in root .editorconfig
1 parent 1ba6f2a commit 4ab7f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,5 @@ dotnet_diagnostic.MA0016.severity = none # Prefer return collection a
519519
dotnet_diagnostic.MA0075.severity = none # Do not use implicit culture-sensitive ToString
520520
dotnet_diagnostic.MA0076.severity = none # Do not use implicit culture-sensitive ToString in interpolated strings
521521

522-
dotnet_diagnostic.S1172.severity = none # False positive
522+
dotnet_diagnostic.S1172.severity = none # False positive
523+
dotnet_diagnostic.S4457.severity = none # Split this method into two, one handling parameters check and the other handling the asynchronous code

0 commit comments

Comments
 (0)