From 3e3731185f970e90b87b29fb15e7da8a1ff2eda2 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Wed, 8 Apr 2026 18:09:31 +0000 Subject: [PATCH 1/2] chore(deps): update dependency devlead.console to 2026.4.8.657 --- src/DPI/DPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index c04e609..4682b43 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -11,7 +11,7 @@ - + From 737271ba95b98634e1c5c66c53c895ff2ccd363a Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 8 Apr 2026 20:41:37 +0200 Subject: [PATCH 2/2] Address breaking change in Spectre.Console.Cli --- src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs b/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs index 93bbfbd..01fbf60 100644 --- a/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs +++ b/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs @@ -23,7 +23,7 @@ public class NuGetAnalyzeCommand : NuGetCommand where TSet private NuGetParsers NuGetParsers { get; } - public override async Task ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken) + protected override async Task ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken) { FilePathCollection filePaths; using (settings.Logger.BeginScope("GetFiles"))