From 777f0e38524044d1fd3b9a01e192acc4dad19469 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:02:08 +0000 Subject: [PATCH 1/2] Initial plan From 705e5bc8a286eaa73d89bfcac903e62039fceafe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:05:25 +0000 Subject: [PATCH 2/2] Fix malformed MSBuild property function call in Microsoft.CSharp.Tests.csproj Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/6a912ada-d720-4d82-8766-8b90d754be25 Co-authored-by: MichalStrehovsky <13110571+MichalStrehovsky@users.noreply.github.com> --- .../Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj index 560b908e3c42d6..75946742490488 100644 --- a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj +++ b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj @@ -6,7 +6,7 @@ We wish to test operations that would result in "Operator '-' cannot be applied to operands of type 'ushort' and 'EnumArithmeticTests.UInt16Enum'" --> - $(Features.Replace('strict', '') + $(Features.Replace('strict', '')) true