roslynator
roslynator copied to clipboard
Rosylnator shows suggestion even I have disable it
Product and Version Used:
Visual Studio Code: Version: 1.68.1 (user setup) Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630 Date: 2022-06-14T12:48:58.283Z Electron: 17.4.7 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Windows_NT x64 10.0.22000
Roslynator: 4.1.1
Problem Description: There is a suggestion for me to Format the documentation summary on a single line - when I change that to a single line, it says that I should use multi-line. I even cannot disable it.
In .roslynatorconfig I have this:
Format documentation comment summary
dotnet_diagnostic.rcs1253.severity = suggestion roslynator_doc_comment_summary_style = multi_line
Options: roslynator_doc_comment_summary_style
But it still shows the suggestion:

I found the solution, how to disable RCS1253 suggestion, but it is missing in the configuration file:
dotnet_diagnostic.rcs1100.severity = none
Hi,
Can this be closed as resolved?
I would say yes, but maybe one proposal - perhaps you can insert this line to the default configuration file?