Code cleanup with command line tools doesn't fix code style issues Follow
I am using resharper 2018.1.4.
In my project, I have included a .sln.DotSettings file with some code style rules configured.
For example, I have the following code.
After cleaning up, the code should be
When using the visual studio plugin, it works fine.
However, when I use the command line tools:
cleanupcode .\MyProject.sln --settings=".\MyProject.sln.DotSettings"
It seems only reformatting is performed:
How can I fix this?
Please sign in to leave a comment.
Hello Leechisan2007,
Could you please check the latest ReSharper 2020.1.4 version and check if the problem is still reproduced?
If it's still actual please share you dotSettings file. You can do it via "Submit a request" form.
Thank you.