From 476c21f3eb9bc76590b352e2818f2eb4fa5472ad Mon Sep 17 00:00:00 2001 From: magic56 Date: Wed, 8 Jan 2025 14:41:55 +0100 Subject: [PATCH] fix: improve formatting and reliability in DependencyGraphGenerator --- CodeLineCounter/Services/DependencyGraphGenerator.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)