Hello
If have a new project (ProjNew ) where I want to put several classes that are on other project (ProjOld).
The problem is I want to maintain the old classes marked with Obsolete to avoid running all my projects and check if they using it.
But in that way this may throw a ambiguous class name error because I didn't explicitly call by namespace.
Is there a way to say in the obsolete what assembly to use in ambiguity case?