Skip to content

Commit

Permalink
Convert to auto property (#10365)
Browse files Browse the repository at this point in the history
* Convert to auto property

* Another field

* revert

* suppress
  • Loading branch information
nohwnd authored Oct 3, 2024
1 parent c02e98d commit 5e82d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ dotnet_style_prefer_compound_assignment = true:warning # not default, default i
dotnet_diagnostic.IDE0074.severity = warning # not default, set in accordance to previous setting

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

# Field preferences
dotnet_style_readonly_field = true:warning
Expand Down

0 comments on commit 5e82d23

Please sign in to comment.