From 2501db308034ecdcea128567f19d1adc6a63b117 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:42:05 +0000 Subject: [PATCH 1/4] Initial plan From 2b9c8fa5cbb0b4a1e39d2fa7650c4123767dc248 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:12:32 +0000 Subject: [PATCH 2/4] Fix NativeAOT IlcCompileInput resolution Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/7ed4b310-ac69-4948-a79e-5626cfc57a13 Co-authored-by: sbomer <787361+sbomer@users.noreply.github.com> --- .../BuildIntegration/Microsoft.NETCore.Native.targets | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 2c1e91afc8ba16..51ce6c7220e975 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -157,8 +157,15 @@ The .NET Foundation licenses this file to you under the MIT license. + + <_IlcIntermediateAssemblyName>@(IntermediateAssembly->'%(Filename)%(Extension)') + + - + <_ResolvedManagedBinary Include="@(ResolvedFileToPublish)" + Condition="$(BuildingFrameworkLibrary) != 'true' and '%(ResolvedFileToPublish.PostprocessAssembly)' == 'true' and '%(ResolvedFileToPublish.Filename)%(ResolvedFileToPublish.Extension)' == '$(_IlcIntermediateAssemblyName)'" /> + +