From b5a1e3250fc9635aa077cf4630d8586c4236ca54 Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Thu, 25 Apr 2024 21:03:12 +0200 Subject: [PATCH] Bump Spectre.Console.Cli --- Installer/Compiler.cs | 2 +- Installer/Installer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer/Compiler.cs b/Installer/Compiler.cs index 749612f1..3755e5b4 100644 --- a/Installer/Compiler.cs +++ b/Installer/Compiler.cs @@ -69,7 +69,7 @@ private bool TryGetMetadataReference(string assemblyName, [NotNullWhen(true)] ou { reference = MetadataReference.CreateFromFile(path); #if DEBUG - Spectre.Console.AnsiConsole.MarkupLine($"[grey]>> Resolved {assemblyName} to {path}.[/]"); + Spectre.Console.AnsiConsole.MarkupLine($"[grey]>> Resolved {assemblyName} to {Spectre.Console.StringExtensions.EscapeMarkup(path)}.[/]"); #endif } diff --git a/Installer/Installer.csproj b/Installer/Installer.csproj index 725676ea..1d358607 100644 --- a/Installer/Installer.csproj +++ b/Installer/Installer.csproj @@ -27,7 +27,7 @@ - +