From fd2d792781d0c7ee9eec6972a5319ad22e9aa8bb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:25:54 +0000 Subject: [PATCH 1/2] Initial plan From 3f214ddb99151ace8ec35e413023204a8b5fee46 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:29:09 +0000 Subject: [PATCH 2/2] Remove unused using directives in CalculateLayoutCodeBehind.cs Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com> --- .../Tasks/CalculateLayoutCodeBehind.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Xamarin.Android.Build.Tasks/Tasks/CalculateLayoutCodeBehind.cs b/src/Xamarin.Android.Build.Tasks/Tasks/CalculateLayoutCodeBehind.cs index b3219c30ed6..a2ac52da084 100644 --- a/src/Xamarin.Android.Build.Tasks/Tasks/CalculateLayoutCodeBehind.cs +++ b/src/Xamarin.Android.Build.Tasks/Tasks/CalculateLayoutCodeBehind.cs @@ -1,12 +1,10 @@ #nullable enable using System; -using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; -using System.Threading; using System.Xml; using System.Xml.XPath;