dotnet / dotnet/roslynator

Rosylnator shows suggestion even I have disable it

Open
#924 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
3.5k
Forks
294
Avg merge
2h 30m
Merged PRs (30d)
4

Description

**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](https://user-images.githubusercontent.com/8895101/176617355-d93a95c5-cd2c-478c-8348-5521b1c23a0e.png)

Contributor guide

Open the contributing guide

Research direction

Reproduce the report in Visual Studio Code with Roslynator 4.1.1 and the shown .roslynatorconfig settings for diagnostic rcs1253. Check how roslynator_doc_comment_summary_style is read and applied; done means the documentation-summary suggestion consistently follows the configured multi_line style and can be disabled through the severity setting.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.