roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Rosylnator shows suggestion even I have disable it

Open josefsirucka opened this issue 3 years ago • 3 comments
trafficstars

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:

roslynator-bug

josefsirucka avatar Jun 30 '22 07:06 josefsirucka

I found the solution, how to disable RCS1253 suggestion, but it is missing in the configuration file:

dotnet_diagnostic.rcs1100.severity = none

josefsirucka avatar Jul 01 '22 08:07 josefsirucka

Hi,

Can this be closed as resolved?

josefpihrt avatar Jul 02 '22 09:07 josefpihrt

I would say yes, but maybe one proposal - perhaps you can insert this line to the default configuration file?

josefsirucka avatar Jul 06 '22 10:07 josefsirucka