C#: Minimal update of relevant code to minimize project dependencies and hide some implementation details behind interfaces.

This commit is contained in:
Michael Nebel
2023-08-18 10:43:58 +02:00
parent f47e59dff1
commit c0d1179c8a
23 changed files with 181 additions and 147 deletions

View File

@@ -1,7 +1,7 @@
using Xunit;
using Semmle.BuildAnalyser;
using Semmle.Util.Logging;
using System.Collections.Generic;
using Semmle.Util.Logging;
using Semmle.Extraction.CSharp.DependencyFetching;
namespace Semmle.Extraction.Tests
{