Best way to merge C# projects together and update namespaces
I am in the process of migrating ASP.NET framework to .NET 8.
However, i need to clean up the solution as we have over 20 projects.
It’s a monolith web app and we trying to reduce the number of projects to make it simpler to migrate and to clean up the code.
Is there any good tool to merge projects or help me move files to another project and most importantly update the namespaces for the moved files and all the namespaces references?
Also, is there any better suggestions on how to do this?
My lead developer asked me to move the files without changing the namespaces but i really dont like this idea and idk how to convince him of change namespaces properly. Hopefully if there is a good tool for this he might change his mind.