From 04865bd59e0d9f588f5e8cc658b5224b2c362eca Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Wed, 8 Apr 2026 18:07:56 +0000 Subject: [PATCH 1/2] chore(deps): update dependency devlead.console to 2026.4.8.657 --- src/ARI/ARI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARI/ARI.csproj b/src/ARI/ARI.csproj index e4ed866..73a93e2 100644 --- a/src/ARI/ARI.csproj +++ b/src/ARI/ARI.csproj @@ -46,7 +46,7 @@ - + From b8fcd9f4d197bae5ecebd43289c89cc4c362b645 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 8 Apr 2026 20:49:29 +0200 Subject: [PATCH 2/2] Address breaking change in Spectre.Console.Cli --- src/ARI/Commands/InventoryCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARI/Commands/InventoryCommand.cs b/src/ARI/Commands/InventoryCommand.cs index 7021cbd..0c664d1 100644 --- a/src/ARI/Commands/InventoryCommand.cs +++ b/src/ARI/Commands/InventoryCommand.cs @@ -22,7 +22,7 @@ public class InventoryCommand : AsyncCommand { "Has-tags", "false" } }; - public override async Task ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken) + protected override async Task ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken) { var sw = System.Diagnostics.Stopwatch.StartNew(); var modified = DateTimeOffset.UtcNow;