From b9e59d5a33ddac13eb053178256d47a8ca579e0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:37:20 +0000 Subject: [PATCH 1/2] Initial plan From 5c426573804e226e3de86809942e61c40c5c0f09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:07:33 +0000 Subject: [PATCH 2/2] Rename test csproj files to fix assembly name conflicts in merged runners Rename COOL/finally.csproj to COOL/COOL_finally.csproj and GCHandle/Target.csproj to GCHandle/GCHandle_Target.csproj to resolve assembly name collisions detected by mergedrunner.targets when priority-1 tests are included in crossgen outerloop builds. Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/9c31d9a0-02f1-4ed7-99a9-29ac5c35734e Co-authored-by: jtschuster <36744439+jtschuster@users.noreply.github.com> --- .../GC/API/GCHandle/{Target.csproj => GCHandle_Target.csproj} | 0 .../V1/SEH/COOL/{finally.csproj => COOL_finally.csproj} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/tests/GC/API/GCHandle/{Target.csproj => GCHandle_Target.csproj} (100%) rename src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/{finally.csproj => COOL_finally.csproj} (100%) diff --git a/src/tests/GC/API/GCHandle/Target.csproj b/src/tests/GC/API/GCHandle/GCHandle_Target.csproj similarity index 100% rename from src/tests/GC/API/GCHandle/Target.csproj rename to src/tests/GC/API/GCHandle/GCHandle_Target.csproj diff --git a/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj b/src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/COOL_finally.csproj similarity index 100% rename from src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj rename to src/tests/baseservices/exceptions/regressions/V1/SEH/COOL/COOL_finally.csproj