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 has been 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?
The text was updated successfully, but these errors were encountered:
I'll try to replicate with the latest build, but from what I recall the issue with loading 2 projects from the same solution (in the sdnav file) without referencing the solution itself.
My use case is that I have to build individual documentation for each project in my solution with its dependencies.
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?
The text was updated successfully, but these errors were encountered: