We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea3018 commit a71bfb5Copy full SHA for a71bfb5
1 file changed
.editorconfig
@@ -272,6 +272,8 @@ dotnet_naming_style.private_field_name.capitalization = camel_case
272
273
# CS1591: Missing XML comment for publicly visible type or member
274
dotnet_diagnostic.CS1591.severity = error
275
+# IDE0290: Use primary constructor
276
+dotnet_diagnostic.IDE0290.severity = silent
277
278
[*.{cs,vb}]
279
dotnet_style_coalesce_expression = true:suggestion
0 commit comments