Property | Value |
---|---|
Id | RCS1050 |
Severity | None |
Required option | roslynator_object_creation_parentheses_style |
var items = new List<string> { "a", "b", "c" };
var items = new List<string>() { "a", "b", "c" };
roslynator_object_creation_parentheses_style = include|omit
(Generated with DotMarkdown)