Ask HN: How to visualize the dependency graphs of my codebase?

10 points by toto007 ↗ HN
I am looking for a software to mac that visualize a dependency graph of my base-code in c#.

My goal is to have a quick way to find bad dependencies in my code and refactor them.

7 comments

[ 4.0 ms ] story [ 29.8 ms ] thread
Bad dependencies?
Is there not a lock file or equivalent that lists them all?
For now, I have discovered Doxygen. It generates dependency graphs for all classes and I can browse them. It is compatible with c # and mac os. Unfortunately it doesn't generate a complete graph which include my all classes but it seems like the best fit for mac os.