I need to generate detailed dependency information of a .NET project. Integrated dependency graph is a great tool, it can even generate an XML file called DGML, which can be later opened and navigated.
This works great if source code is available during the navigation.
Unfortunatelly, I have access to source code only to generate this DGML file (or whatever I need) and must be able to broswe it offline, without access to source code.
Is it possible to generate a detailed, nested DGML file for the solution and be able to navigate as deep as needed? I could only geenrate and offline navigate a single level of this graph or a single node.
Is it possible to get this information in am anternative form (matrix, numbers, etc) and not only visually, in addition to the graphical representation?