Skip to content

Commit a71bfb5

Browse files
committed
silent primary constructor suggestion
1 parent dea3018 commit a71bfb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ dotnet_naming_style.private_field_name.capitalization = camel_case
272272

273273
# CS1591: Missing XML comment for publicly visible type or member
274274
dotnet_diagnostic.CS1591.severity = error
275+
# IDE0290: Use primary constructor
276+
dotnet_diagnostic.IDE0290.severity = silent
275277

276278
[*.{cs,vb}]
277279
dotnet_style_coalesce_expression = true:suggestion

0 commit comments

Comments
 (0)