DependencyGraphBuilder
Namespace: Dotsider.Core.Analysis
Assembly: Dotsider.Core.dll
Builds a dependency graph from an assembly’s references and type refs. Uses a hierarchical tree layout with the root assembly at top center.
public static class DependencyGraphBuilderInheritance
Section titled “Inheritance”Object → DependencyGraphBuilder
Methods
Section titled “Methods”Build(AssemblyAnalyzer)
Section titled “Build(AssemblyAnalyzer)”Builds a graph of assembly references with positioned nodes and weighted edges.
Parameters:
analyzer(AssemblyAnalyzer): The assembly analyzer to read references from.
Returns: ValueTuple<GraphNode>, GraphEdge>>
The graph nodes and edges for rendering.
public static (IReadOnlyList<GraphNode> Nodes, IReadOnlyList<GraphEdge> Edges) Build(AssemblyAnalyzer analyzer)