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 56f6037 commit 8f59dd2Copy full SHA for 8f59dd2
.editorconfig
@@ -79,6 +79,7 @@ dotnet_diagnostic.IDE0010.severity = none # Add missing cases to switch statemen
79
dotnet_diagnostic.IDE0072.severity = none # Add missing cases to switch expression
80
dotnet_diagnostic.IDE0305.severity = none # Use collection expression for fluent
81
dotnet_diagnostic.IDE0100.severity = none # Remove unnecessary equality operator
82
+dotnet_diagnostic.IDE0031.severity = none # Use null propagation
83
84
# ConfigureAwait analysis mode
85
configure_await_analysis_mode = library
0 commit comments