From 60eb57e75aa5662c6f61c50536fce8268e7afc80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:15:07 -0700 Subject: [PATCH 1/2] [housekeeping] Automated PR to fix formatting errors (#2198) --- .../Converters/ColorToStringConverter.shared.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommunityToolkit.Maui/Converters/ColorToStringConverter.shared.cs b/src/CommunityToolkit.Maui/Converters/ColorToStringConverter.shared.cs index 27ecdb373..9dbd88c2b 100644 --- a/src/CommunityToolkit.Maui/Converters/ColorToStringConverter.shared.cs +++ b/src/CommunityToolkit.Maui/Converters/ColorToStringConverter.shared.cs @@ -204,4 +204,4 @@ public class ColorToHslaStringConverter : BaseConverterOneWay ArgumentNullException.ThrowIfNull(value); return value.ToHslaString(culture); } -} +} \ No newline at end of file From 713b4f03e3234a7fcb29c100214eafad5fedfe43 Mon Sep 17 00:00:00 2001 From: Shaun Lawrence Date: Wed, 11 Sep 2024 22:06:54 +0100 Subject: [PATCH 2/2] Make test sdk match the test runner on the Mac build agent (#2200) Make test sdk match the test runner on the windows build agent Co-authored-by: Shaun Lawrence <17139988+bijington@users.noreply.github.com> --- .../CommunityToolkit.Maui.Analyzers.UnitTests.csproj | 2 +- .../CommunityToolkit.Maui.UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommunityToolkit.Maui.Analyzers.UnitTests/CommunityToolkit.Maui.Analyzers.UnitTests.csproj b/src/CommunityToolkit.Maui.Analyzers.UnitTests/CommunityToolkit.Maui.Analyzers.UnitTests.csproj index 7077cb689..48cae69eb 100644 --- a/src/CommunityToolkit.Maui.Analyzers.UnitTests/CommunityToolkit.Maui.Analyzers.UnitTests.csproj +++ b/src/CommunityToolkit.Maui.Analyzers.UnitTests/CommunityToolkit.Maui.Analyzers.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/CommunityToolkit.Maui.UnitTests/CommunityToolkit.Maui.UnitTests.csproj b/src/CommunityToolkit.Maui.UnitTests/CommunityToolkit.Maui.UnitTests.csproj index 2a666f8b7..26b369484 100644 --- a/src/CommunityToolkit.Maui.UnitTests/CommunityToolkit.Maui.UnitTests.csproj +++ b/src/CommunityToolkit.Maui.UnitTests/CommunityToolkit.Maui.UnitTests.csproj @@ -11,7 +11,7 @@ - +