Resharper want to rename all classes to Base
Answered
Hi guys,
after update Resharper to the actual version Resharper suggest to rename all classes to {Classname}Base.
The rule ist that abstract classes should end with Base which is correct.
But the suggestion comes for classes that are not abstract.
I didn't change any setttings after or before the update.
Any suggestions?
Greeting Michael
Please sign in to leave a comment.
The issue is caused by incorrect parsing of
.editorconfigfile by ReSharper. I have created a corresponding issue in our bug tracker - https://youtrack.jetbrains.com/issue/RSRP-484854.