roslynator
roslynator copied to clipboard
(vscode) Not respecting .roslynatorconfig file
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:
I can also record my process and gif it out for further proof/info if needed
Hi,
It seems to me that the reported diagnostic is actually IDE0044 which is not Roslynator diagnostic.
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