Skip to content

Commit 7e83be1

Browse files
committed
Disable IDE0032
1 parent 642a8e7 commit 7e83be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dotnet_diagnostic.IDE0020.severity = warning # IDE0020: IDE0038: Use
132132
dotnet_diagnostic.IDE0028.severity = warning # IDE0028: Simplify collection initialization
133133
dotnet_diagnostic.IDE0031.severity = warning # IDE0031: Use null propagation
134134
dotnet_style_null_propagation = true:warning # IDE0031: Use null propagation
135-
dotnet_diagnostic.IDE0032.severity = warning # IDE0032: Use auto-implemented property
135+
dotnet_diagnostic.IDE0032.severity = none # IDE0032: Use auto-implemented property
136136
dotnet_diagnostic.IDE0034.severity = warning # IDE0034: Simplify 'default' expression
137137
dotnet_diagnostic.IDE0035.severity = warning # IDE0035: Remove unreachable code
138138
dotnet_diagnostic.IDE0036.severity = warning # IDE0036: Order modifiers

0 commit comments

Comments
 (0)