We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c2f02 commit 8c572c6Copy full SHA for 8c572c6
distribution/project-frameworks/webapi/.editorconfig
@@ -38,6 +38,8 @@ dotnet_diagnostic.CA1062.severity = none # No need for null-checking
38
39
dotnet_diagnostic.MA0004.severity = none # Use Task.ConfigureAwait(false) https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md
40
41
+dotnet_diagnostic.S6964.severity = none # The rule S6964 should not be active for model properties that use the required keyword. Those properties can never be under-posted because the JSON deserialization for them fails.
42
+
43
##########################################
44
# Custom - Code Analyzers Rules
45
0 commit comments