diff --git a/CodeLineCounter/Services/DependencyGraphGenerator.cs b/CodeLineCounter/Services/DependencyGraphGenerator.cs index 67dcf7b..b9331f1 100644 --- a/CodeLineCounter/Services/DependencyGraphGenerator.cs +++ b/CodeLineCounter/Services/DependencyGraphGenerator.cs @@ -1,3 +1,4 @@ +using System.Text; using CodeLineCounter.Models; using DotNetGraph; using DotNetGraph.Attributes; @@ -84,7 +85,7 @@ private static DotNode CreateNode(Dictionary FilterAssemblyFromDependencies(string? filterAssembly, List filteredDependencies)