From af1ada2497a1f772e8ec139984262f86401219bd Mon Sep 17 00:00:00 2001 From: CodeConscious <50596087+codeconscious@users.noreply.github.com> Date: Sat, 29 Aug 2026 22:32:35 +0900 Subject: [PATCH] Update NuGet packages --- src/AudioTagger.Console/AudioTagger.Console.csproj | 10 +++++----- src/AudioTagger.Console/Program.cs | 6 +++++- src/AudioTagger.Library/AudioTagger.Library.csproj | 8 ++++---- src/AudioTagger.Tests/AudioTagger.Tests.csproj | 8 ++++---- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/AudioTagger.Console/AudioTagger.Console.csproj b/src/AudioTagger.Console/AudioTagger.Console.csproj index b309ab8..591f40e 100644 --- a/src/AudioTagger.Console/AudioTagger.Console.csproj +++ b/src/AudioTagger.Console/AudioTagger.Console.csproj @@ -19,12 +19,12 @@ - - - + + + - - + + diff --git a/src/AudioTagger.Console/Program.cs b/src/AudioTagger.Console/Program.cs index 486c1b4..cc175f4 100644 --- a/src/AudioTagger.Console/Program.cs +++ b/src/AudioTagger.Console/Program.cs @@ -47,7 +47,11 @@ private static void Run(string[] args, IPrinter printer) var operationResult = OperationFactory(operationArgs); if (operationResult.IsFailed) { - readSettingsResult.Errors.ForEach(x => printer.Error(x.Message)); + foreach (var err in readSettingsResult.Errors) + { + printer.Error(err.Message); + } + PrintInstructions(printer); return; } diff --git a/src/AudioTagger.Library/AudioTagger.Library.csproj b/src/AudioTagger.Library/AudioTagger.Library.csproj index ffe86e8..a4d8478 100644 --- a/src/AudioTagger.Library/AudioTagger.Library.csproj +++ b/src/AudioTagger.Library/AudioTagger.Library.csproj @@ -6,10 +6,10 @@ - - - + + + - + diff --git a/src/AudioTagger.Tests/AudioTagger.Tests.csproj b/src/AudioTagger.Tests/AudioTagger.Tests.csproj index 7901c85..1c3a135 100644 --- a/src/AudioTagger.Tests/AudioTagger.Tests.csproj +++ b/src/AudioTagger.Tests/AudioTagger.Tests.csproj @@ -6,13 +6,13 @@ false - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all