From 672798319e8851a77ba8bd0abc3b05ca01de5363 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:07:58 +0000 Subject: [PATCH 1/4] Bump NuGetizer to 1.4.9 --- src/Moq/Moq.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Moq/Moq.csproj b/src/Moq/Moq.csproj index 682459d52..93040a04c 100644 --- a/src/Moq/Moq.csproj +++ b/src/Moq/Moq.csproj @@ -37,7 +37,7 @@ - + From 5538e466c664d15f94160c104371238775770553 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:52:00 +0000 Subject: [PATCH 2/4] Fix windows harness DLL path resolution --- src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj b/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj index 38113f94b..747038fcd 100644 --- a/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj +++ b/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj @@ -10,9 +10,10 @@ + - + System.Threading.Tasks.Extensions.dll PreserveNewest false From fe158ad745b59b1e1521828fb1b252abb00b2bb2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:02:22 +0000 Subject: [PATCH 3/4] Use GeneratePathProperty for System.Threading.Tasks.Extensions reference --- src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj b/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj index 747038fcd..f7f1840ca 100644 --- a/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj +++ b/src/Moq.Tests.Issue1648Harness/Issue1648Harness.csproj @@ -10,10 +10,11 @@ - + - + This is the 'older' version preloaded to trigger the original FileLoad scenario against Moq's 4.6.3 ref. + Uses the package-specific path property (guaranteed to be present after restore) instead of $(NuGetPackageRoot). --> + System.Threading.Tasks.Extensions.dll PreserveNewest false From fc0ae1b61de4b5e72448c735085ea4ba0b381631 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:57:10 +0000 Subject: [PATCH 4/4] Add System.CodeDom reference for net8 tests --- src/Moq.Tests/Moq.Tests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Moq.Tests/Moq.Tests.csproj b/src/Moq.Tests/Moq.Tests.csproj index 22f90605e..101459f25 100644 --- a/src/Moq.Tests/Moq.Tests.csproj +++ b/src/Moq.Tests/Moq.Tests.csproj @@ -49,6 +49,10 @@ + + + +