Open
Description
Is your feature request related to a problem? Please describe.
I have a type called Domain
. When I use it, I get warned by UCM that it cannot resolve the symbol (I have base
installed in lib
, and base has a test.deprecated.Domain
in it). So whenever I use my type, I have to specify models.Domain
to avoid this.
Describe the solution you'd like
I think a child of a namespace called deprecated
shouldn't be included when UCM is trying to resolve a name unless it is the only available term/type with that name.
If this is too broad, maybe just do this for anything in lib.base
since this will be installed as a dep in nearly every project.
