File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,18 @@ csharp_indent_case_contents_when_block = false
66
66
csharp_preserve_single_line_statements = false
67
67
68
68
# 'var' usage preferences
69
- csharp_style_var_for_built_in_types = false :suggestion
70
- csharp_style_var_when_type_is_apparent = true :suggestion
71
- csharp_style_var_elsewhere = false :suggestion
69
+ csharp_style_var_for_built_in_types = false :none
70
+ csharp_style_var_when_type_is_apparent = true :none
71
+ csharp_style_var_elsewhere = false :none
72
72
73
73
# Parentheses preferences
74
74
dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:suggestion
75
75
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:suggestion
76
76
dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:suggestion
77
77
78
+ # Expression value is never used
79
+ dotnet_diagnostic.IDE0058.severity = none
80
+
78
81
# ### Naming Style ####
79
82
80
83
dotnet_diagnostic.IDE1006.severity = warning
You can’t perform that action at this time.
0 commit comments