How to safely rename a class in a Common project (shared by several solutions)

I have a “generic” project shared by several solutions.

If I rename a class in the Common Project, Visual Studio will reorganize all the code that uses this class, but is included for an open solution. Is it possible to get Visual Studio to reorganize all solutions using the Common project?

+1
source share
1 answer

You will need a separate solution, including all the projects to which he referred.

+1
source

All Articles