File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dotnet_diagnostic.IDE0026.severity = error
155
155
# IDE0027: Use expression body for accessors
156
156
dotnet_diagnostic.IDE0027.severity = error
157
157
# IDE0028: Use collection initializers
158
- dotnet_diagnostic.IDE0028.severity = error
158
+ dotnet_diagnostic.IDE0028.severity = suggestion
159
159
# IDE0029: Use coalesce expression (non-nullable types)
160
160
dotnet_diagnostic.IDE0029.severity = error
161
161
# IDE0030: Use coalesce expression (nullable types)
@@ -219,7 +219,7 @@ dotnet_diagnostic.IDE0082.severity = error
219
219
# IDE0083: Use pattern matching (not operator)
220
220
dotnet_diagnostic.IDE0083.severity = error
221
221
# IDE0090: Simplify new expression
222
- dotnet_diagnostic.IDE0090.severity = error
222
+ dotnet_diagnostic.IDE0090.severity = suggestion
223
223
# IDE0100: Remove unnecessary equality operator
224
224
dotnet_diagnostic.IDE0100.severity = error
225
225
# IDE0110: Remove unnecessary discard
You can’t perform that action at this time.
0 commit comments