TIL: How to rename Visual Studio projects and folders with Git

from blog Just Some Code, | ↗ original
This post is part of my Advent of Code 2022. These days I had to rename all the projects inside a Visual Studio solution and the folders containing them. From SomeThing.Core to Something.Core. That wasn’t the exact typo. But that’s the idea. Here it’s what I learned. It wasn’t as easy as only renaming the projects in Visual Studio. 1. Rename...