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 1ba6f2a commit 4ab7f6dCopy full SHA for 4ab7f6d
.editorconfig
@@ -519,4 +519,5 @@ dotnet_diagnostic.MA0016.severity = none # Prefer return collection a
519
dotnet_diagnostic.MA0075.severity = none # Do not use implicit culture-sensitive ToString
520
dotnet_diagnostic.MA0076.severity = none # Do not use implicit culture-sensitive ToString in interpolated strings
521
522
-dotnet_diagnostic.S1172.severity = none # False positive
+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