Changing constructor signature doesn't update base constructor calls
When I change the signature of a constructor I would expect all calls to that constructor in inherited classes to be updated as well, but this isn't the case. Is there any way to do this, or do I have to manually update each inherited constructor?
Please sign in to leave a comment.
Could you please share a sample project?
Rider should offer you renaming of all the related symbols.