From c2b2f8bb5d8f71e319520ff34cb30cf9f1d2b92e Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Mon, 16 Sep 2024 11:47:36 -0500 Subject: [PATCH 1/2] Fix analyzer warnings for CsWinRTAotWarningLevel 2 --- components/Ribbon/src/DoubleList.cs | 2 +- tooling | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Ribbon/src/DoubleList.cs b/components/Ribbon/src/DoubleList.cs index 182ca3eeb..8f645e4de 100644 --- a/components/Ribbon/src/DoubleList.cs +++ b/components/Ribbon/src/DoubleList.cs @@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Controls; /// A list of values. /// [CreateFromString(MethodName = "CommunityToolkit.WinUI.Controls.DoubleList.CreateFromString")] -public class DoubleList : List +public partial class DoubleList : List { /// /// Initializes a new instance of that is empty and has the default diff --git a/tooling b/tooling index 0a9aa0e60..79bd7eba7 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 0a9aa0e6065b0adf23e66ba1361534ce1240f7bb +Subproject commit 79bd7eba78747d40f4919b7e170e771176c11105 From 834adbb4ff28e137cf4dcd9ad28f74cc449eaaf3 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Tue, 17 Sep 2024 18:01:13 -0500 Subject: [PATCH 2/2] Update tooling to latest main --- tooling | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling b/tooling index 79bd7eba7..cba322e22 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 79bd7eba78747d40f4919b7e170e771176c11105 +Subproject commit cba322e223f936e38f43ad54a04726c3b93d03ca