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 1d096b2 commit 4404770Copy full SHA for 4404770
.editorconfig
@@ -135,9 +135,9 @@ csharp_style_prefer_null_check_over_type_check = true:warning
135
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/language-rules#c-style-rules
136
[*.{cs,csx,cake}]
137
# 'var' preferences
138
-csharp_style_var_for_built_in_types = false:warning
139
-csharp_style_var_when_type_is_apparent = false:warning
140
-csharp_style_var_elsewhere = false:warning
+csharp_style_var_for_built_in_types = false:error
+csharp_style_var_when_type_is_apparent = false:error
+csharp_style_var_elsewhere = false:error
141
# Expression-bodied members
142
csharp_style_expression_bodied_methods = true:warning
143
csharp_style_expression_bodied_constructors = true:warning
0 commit comments