Michael Bendtsen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Michael Bendtsen-
Michael Bendtsen commented,
No, not the inheritance hierarchy, but the dependency hierarchy. We use dependency injection and want to show for a given class which interfaces it's dependent on (constructor parameters)
-
Michael Bendtsen created a post,
.NET Diagrams only shows types that class exposes
I can see that the diagram functionality only shows other types that is exposed. What about types that a class is dependent on? Is there any way to generate a diagram showing this? Best regards, ...