File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ dotnet_diagnostic.IDE0020.severity = warning # IDE0020: IDE0038: Use
132
132
dotnet_diagnostic.IDE0028.severity = warning # IDE0028: Simplify collection initialization
133
133
dotnet_diagnostic.IDE0031.severity = warning # IDE0031: Use null propagation
134
134
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
136
136
dotnet_diagnostic.IDE0034.severity = warning # IDE0034: Simplify ' default' expression
137
137
dotnet_diagnostic.IDE0035.severity = warning # IDE0035: Remove unreachable code
138
138
dotnet_diagnostic.IDE0036.severity = warning # IDE0036: Order modifiers
You can’t perform that action at this time.
0 commit comments