Open RenderMichael opened 8 months ago
Maybe the desired behavior could be achieved by adding editorconfig option, something like:
roslynator_blank_line_between_singleline_declarations.field = false
roslynator_blank_line_between_single_line_declarations.fields = false
roslynator_blank_line_between_single_line_declarations.field_declarations = false
Product and Version Used:
4.10.0
Steps to Reproduce:
Actual Behavior: Warning
RCS0012
: Add blank lines between single-line declarationsExpected Behavior: In contrast with properties and methods, fields are often written without a separate line between them. There is a case to be made that the analyzer should not warn in this case.
Perhaps it would at least be possible to make a different diagnostic for fields, so it can be separately suppressed.