Project Renamer
Okay, this is going to be a bit of a plug, but…
Over the years, it has always annoyed me that Visual Studio doesn’t properly support renaming projects. Properly as in: also renaming the directory, the project file, updating the references and keeping the git history intact.
Recently, I found myself once again googling to find whether there is already some tool doing this properly. And it turns out, no, this is still unsolved and at the same time obviously in high demand. See for example this StackOverflow post or this Gist.
So I decided to create a little tool for this.
If you find yourself in the same situation, just install it with
1 | dotnet tool install -g ModernRonin.ProjectRenamer |
and head over to the corresponding GitHub repo for documentation.