You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
It seems that inheritance and implementations are removed from the class if they're in a different namespace.
Base types such as System.Collections.Generic.List are working but classes from another project are omitted, even tough that project is inside the solution.
Basically, projects are not aware of other projects in the same solution.
Am I doing something wrong, is this intended behavior or is it a functionality that has yet to be added?
It seems that inheritance and implementations are removed from the class if they're in a different namespace.
Base types such as
System.Collections.Generic.Listare working but classes from another project are omitted, even tough that project is inside the solution.Basically, projects are not aware of other projects in the same solution.
Am I doing something wrong, is this intended behavior or is it a functionality that has yet to be added?