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.
I have tried using visual studio 2022 but it struggles with updating namespaces and it’s references in other projects.
I expect to find a tool to help me move files between projects and update namespaces and its references.
GACK is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.