From 8927d0fc09d31ccce7a50b30cb701ada5548f3c6 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 16 Sep 2026 14:56:17 +0200 Subject: [PATCH] C#: Dummy extractor change. --- .../DependencyManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs index 4bd0bb764a66..7c0fc5d3b781 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs +++ b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs @@ -100,6 +100,7 @@ void exitCallback(int ret, string msg, bool silent) logger.Log(silent ? Severity.Debug : Severity.Info, $"Exit code {ret}{(string.IsNullOrEmpty(msg) ? "" : $": {msg}")}"); } + // TODO: Comment can be removed again. DotNet.WithDotNet(SystemBuildActions.Instance, logger, fileProvider.GlobalJsons, tempWorkingDirectory.ToString(), shouldCleanUp: false, ensureDotNetAvailable: true, version: null, installDir => { this.dotnetPath = installDir;