Skip to content

Commit c8f1628

Browse files
committed
Convert to auto property (#10365)
* Convert to auto property * Another field * revert * suppress
1 parent 8c6ff8c commit c8f1628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ dotnet_style_prefer_compound_assignment = true:warning # not default, default i
105105
dotnet_diagnostic.IDE0074.severity = warning # not default, set in accordance to previous setting
106106

107107
# IDE0032: Use auto property
108-
dotnet_style_prefer_auto_properties = true:warning # not default, default is true:suggestion, increased severity to ensure it is used
109-
dotnet_diagnostic.IDE0032.severity = warning # not default, set in accordance to previous setting
108+
dotnet_style_prefer_auto_properties = true:suggestion # not default, default is true:suggestion, increased severity to ensure it is used
109+
dotnet_diagnostic.IDE0032.severity = suggestion # not default, set in accordance to previous setting
110110

111111
# Field preferences
112112
dotnet_style_readonly_field = true:warning

0 commit comments

Comments
 (0)