File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# New config, for command-line and ASP.NET apps, and UI combined
22# This keeps open-braces on same line for code blocks
3- # 15 Jan 2026
3+ # 30 Jan 2026
44
55# Remove the line below if you want to inherit .editorconfig settings from higher directories
66root = true
@@ -152,7 +152,7 @@ csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion
152152csharp_style_prefer_tuple_swap = true :suggestion
153153csharp_style_prefer_utf8_string_literals = true :suggestion
154154csharp_style_unused_value_assignment_preference = discard_variable:suggestion
155- csharp_style_unused_value_expression_statement_preference = discard_variable:suggestion
155+ csharp_style_unused_value_expression_statement_preference = discard_variable:warning
156156csharp_prefer_static_local_function = true :suggestion
157157csharp_style_prefer_readonly_struct = true :suggestion
158158csharp_style_prefer_readonly_struct_member = true :suggestion
Original file line number Diff line number Diff line change 11# New config, for command-line and ASP.NET apps, and UI combined
22# This keeps open-braces on same line for code blocks
3- # 15 Jan 2026
3+ # 30 Jan 2026
44
55# Remove the line below if you want to inherit .editorconfig settings from higher directories
66root = true
@@ -152,7 +152,7 @@ csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion
152152csharp_style_prefer_tuple_swap = true :suggestion
153153csharp_style_prefer_utf8_string_literals = true :suggestion
154154csharp_style_unused_value_assignment_preference = discard_variable:suggestion
155- csharp_style_unused_value_expression_statement_preference = discard_variable:suggestion
155+ csharp_style_unused_value_expression_statement_preference = discard_variable:warning
156156csharp_prefer_static_local_function = true :suggestion
157157csharp_style_prefer_readonly_struct = true :suggestion
158158csharp_style_prefer_readonly_struct_member = true :suggestion
Original file line number Diff line number Diff line change 11# New config, for command-line and ASP.NET apps, and UI combined
22# This keeps open-braces on same line for code blocks
3- # 15 Jan 2026
3+ # 30 Jan 2026
44
55# Remove the line below if you want to inherit .editorconfig settings from higher directories
66root = true
@@ -152,7 +152,7 @@ csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion
152152csharp_style_prefer_tuple_swap = true :suggestion
153153csharp_style_prefer_utf8_string_literals = true :suggestion
154154csharp_style_unused_value_assignment_preference = discard_variable:suggestion
155- csharp_style_unused_value_expression_statement_preference = discard_variable:suggestion
155+ csharp_style_unused_value_expression_statement_preference = discard_variable:warning
156156csharp_prefer_static_local_function = true :suggestion
157157csharp_style_prefer_readonly_struct = true :suggestion
158158csharp_style_prefer_readonly_struct_member = true :suggestion
You can’t perform that action at this time.
0 commit comments