roslynator
roslynator copied to clipboard
Mute RCS1253 (summary on one line) when not applicable?
Having the preference for
roslynator_doc_comment_summary_style = single_line
Can RCS1253 be muted when the summary is longer than N characters and/or when the <summary> contains one of <para>, <list>, <br> (or possibly some others) ?
Hi,
I'd split this issue into two parts:
- Do not suggest to convert multiline comment into singleline when a comment contains
<para>etc.- this is basically a bug and should be fixed
- Do not suggest to convert multiline comment into singleline when a comment text is longer than x characters
- this could be accomplished by providing some kind of an options like
roslynator_doc_comment_single_line_summary_max_lengthand probably should work both ways, i.e. multi to single and single to multi based on comment length.
- this could be accomplished by providing some kind of an options like