From aebe8f15ba4c1a209a39dccdc243c6b9fb19d0f4 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 15 Aug 2024 23:25:50 +0800 Subject: [PATCH 1/2] Update the mac/iOS workloads We are "multitargeting" to 17.0, but this was only really supported in the latest iOS workloads. Right now, the 17.0 TFM version will always be 17.2. --- eng/Versions.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 5bbe8020cfee..24eaa184e39e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,10 +51,10 @@ 34.0.113 - 17.2.8022 - 14.2.8022 - 17.2.8022 - 17.2.8022 + 17.5.8020 + 14.5.8020 + 17.5.8020 + 17.5.8020 8.0.130 From d6868d1cb2d56f117f094a7d10adb8c64ef48ef8 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 20 Aug 2024 22:41:53 +0800 Subject: [PATCH 2/2] not needed anymore --- .../Utilities/BuildWarningsUtilities.cs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs b/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs index 81ed35abac7f..ab8111cf9770 100644 --- a/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs +++ b/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs @@ -123,21 +123,6 @@ public static void AssertWarnings(this List actualWarnings, Lis // IMPORTANT: Always store expected File information as a relative path to the repo ROOT private static readonly List expectedNativeAOTWarnings = new() { - new WarningsPerFile - { - File = "ILC", - WarningsPerCode = new List - { - new WarningsPerCode - { - Code = "IL3050", - Messages = new List - { - "..cctor(): Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues overload or the GetValuesAsUnderlyingType method instead.", - } - }, - } - }, new WarningsPerFile { File = "src/Controls/src/Xaml/XamlParser.cs",