roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

(vscode) Not respecting .roslynatorconfig file

Open somedeveloper00 opened this issue 2 years ago • 3 comments

Product and Version Used: latest to this day (4.1.1). vscode extention

Steps to Reproduce: open vscode. install omnisharp. install roslynator. change some configs in the roslynator config file, then check if it's applied after a vscode restart. the usual process really

Actual Behavior: does not respect the .roslynatorconfig file rulesets

Expected Behavior: respecting the .roslynatorconfig file rulesets

here are screenshots: image image

somedeveloper00 avatar Aug 17 '22 10:08 somedeveloper00

I can also record my process and gif it out for further proof/info if needed

somedeveloper00 avatar Aug 17 '22 10:08 somedeveloper00

Hi,

It seems to me that the reported diagnostic is actually IDE0044 which is not Roslynator diagnostic.

josefpihrt avatar Aug 22 '22 11:08 josefpihrt

Hi,

It seems to me that the reported diagnostic is actually IDE0044 which is not Roslynator diagnostic.

oh, right. didn't know until now that omnisharp itself has some pre-defined diagnostics too... can you be so kind to give me a link/explanation to search for, to disable a specific IDEXXXX diagnostic? thanks

somedeveloper00 avatar Aug 23 '22 05:08 somedeveloper00