From 35d2750b687d0e2a5092d738ab30665b2bc2dbfb Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 18 Oct 2021 20:50:26 +0200 Subject: [PATCH] Internalizes the WcWidth package This way, there is no need to download the WcWidth package, and it also becomes easier to debug issues related to Unicode cell widths. --- src/Spectre.Console/Spectre.Console.csproj | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/Spectre.Console/Spectre.Console.csproj b/src/Spectre.Console/Spectre.Console.csproj index cbed974..5537d74 100644 --- a/src/Spectre.Console/Spectre.Console.csproj +++ b/src/Spectre.Console/Spectre.Console.csproj @@ -4,10 +4,10 @@ net5.0;netstandard2.0 enable true + SA1633 - @@ -26,6 +26,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + all + @@ -33,4 +36,20 @@ False + + $(DefineConstants)TRACE;WCWIDTH_VISIBILITY_INTERNAL + + + + $(DefineConstants)TRACE;WCWIDTH_VISIBILITY_INTERNAL + + + + $(DefineConstants)TRACE;WCWIDTH_VISIBILITY_INTERNAL + + + + $(DefineConstants)TRACE;WCWIDTH_VISIBILITY_INTERNAL + +