Skip to content

Commit

Permalink
Disable IDE0032
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Dec 3, 2024
1 parent 642a8e7 commit 7e83be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dotnet_diagnostic.IDE0020.severity = warning # IDE0020: IDE0038: Use
dotnet_diagnostic.IDE0028.severity = warning # IDE0028: Simplify collection initialization
dotnet_diagnostic.IDE0031.severity = warning # IDE0031: Use null propagation
dotnet_style_null_propagation = true:warning # IDE0031: Use null propagation
dotnet_diagnostic.IDE0032.severity = warning # IDE0032: Use auto-implemented property
dotnet_diagnostic.IDE0032.severity = none # IDE0032: Use auto-implemented property
dotnet_diagnostic.IDE0034.severity = warning # IDE0034: Simplify 'default' expression
dotnet_diagnostic.IDE0035.severity = warning # IDE0035: Remove unreachable code
dotnet_diagnostic.IDE0036.severity = warning # IDE0036: Order modifiers
Expand Down

0 comments on commit 7e83be1

Please sign in to comment.