Skip to content

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 DependencyGraphBuilder

ObjectDependencyGraphBuilder

Builds a graph of assembly references with positioned nodes and weighted edges.

Parameters:

Returns: ValueTuple<GraphNode>, GraphEdge>>

The graph nodes and edges for rendering.

public static (IReadOnlyList<GraphNode> Nodes, IReadOnlyList<GraphEdge> Edges) Build(AssemblyAnalyzer analyzer)