NDepend and Inheritance Diagram in VS 2010 -
is there way draw inheritance tree diagram ndepend? (i can find dependency diagrams not me).
if not, know of tool can so?
yes, possible generate class inheritance graph ndepend. explained in documentation here.
notice proposed pattern:
- first query code elements want see in dependency graph
- second export code elements matched in query result, graph
that can applied other kind of graph:
code query result can exported ndepend dependency matrix, more suited see other kind of code structure patterns:
Comments
Post a Comment