From 463630ea82027f84519076130540178ae361dfc2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:15:24 +0000 Subject: [PATCH 1/3] Add DisableRuntimeMarshalling to framework libs Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --- .../System.IO.Compression/src/System.IO.Compression.csproj | 1 + .../System.Net.Primitives/src/System.Net.Primitives.csproj | 1 + .../System.Net.WebSockets/src/System.Net.WebSockets.csproj | 1 + .../src/System.Runtime.InteropServices.JavaScript.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index c72e1efe1d67e8..fefa1e9b95903b 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -14,6 +14,7 @@ + diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index cde7d325ba6d7d..1dd1e90e1cd6bc 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -18,6 +18,7 @@ + diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj index 6725eba0e435fb..b3557fc0f92971 100644 --- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj @@ -13,6 +13,7 @@ + diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj b/src/libraries/System.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj index 839251733374e8..ca3f90e4e87c73 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj @@ -21,6 +21,7 @@ + From 55d84a774b5ed442c8b09734f82bc81844796b8e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:29:05 +0000 Subject: [PATCH 2/3] Move DisableRuntimeMarshalling entries near interop references Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --- .../System.IO.Compression/src/System.IO.Compression.csproj | 2 +- .../System.Net.Primitives/src/System.Net.Primitives.csproj | 2 +- .../System.Net.WebSockets/src/System.Net.WebSockets.csproj | 2 +- .../src/System.Runtime.InteropServices.JavaScript.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index fefa1e9b95903b..d736ab7ecfc19b 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -14,7 +14,6 @@ - @@ -47,6 +46,7 @@ Link="Common\System\IO\Compression\ZLibNative.CompressionLevel.cs" /> + diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index 1dd1e90e1cd6bc..a87fb75cdbde1a 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -18,7 +18,6 @@ - @@ -88,6 +87,7 @@ Link="Common\System\Net\Logging\NetEventSource.Common.cs" /> + - @@ -45,6 +44,7 @@ Link="Common\System\IO\Compression\ZLibNative.CompressionLevel.cs" /> + - + From 6abbbb8b3e37af4682d988e821601752996a4366 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:54:39 +0000 Subject: [PATCH 3/3] Fix DisableRuntimeMarshalling project formatting Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --- .../System.IO.Compression/src/System.IO.Compression.csproj | 3 ++- .../System.Net.Primitives/src/System.Net.Primitives.csproj | 3 ++- .../System.Net.WebSockets/src/System.Net.WebSockets.csproj | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index d736ab7ecfc19b..6b25e05fc2d74e 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -46,7 +46,8 @@ Link="Common\System\IO\Compression\ZLibNative.CompressionLevel.cs" /> - + diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index a87fb75cdbde1a..20c5c1bfdd345f 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -87,7 +87,8 @@ Link="Common\System\Net\Logging\NetEventSource.Common.cs" /> - + - +