From 8fc9f11de91c2bd585f74dae27a2152d5be1a0cd Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 27 May 2025 12:30:24 -0700 Subject: [PATCH 1/2] Get native .pdb into Shared Framework symbol package --- .../Microsoft.AspNetCore.App.Runtime.Composite.sfxproj | 10 ++++++++++ .../src/Microsoft.AspNetCore.App.Runtime.sfxproj | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj index 94c4ae0f9887..c5dc21f895ff 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj @@ -31,6 +31,11 @@ .pdb PartialCompositeAssemblyListPath.txt + + + $(GetSharedFrameworkFilesForReadyToRunDependsOn); + _ResolveCopyLocalNativeReference; + @@ -84,6 +89,11 @@ Include="$(ArtifactsBinDir)InProcessRequestHandler\$(NativePlatform)\$(Configuration)\aspnetcorev2_inprocess.dll" /> + + + + + true + + + $(GetSharedFrameworkFilesForReadyToRunDependsOn); + _ResolveCopyLocalNativeReference; + @@ -81,6 +86,11 @@ Include="$(ArtifactsBinDir)InProcessRequestHandler\$(NativePlatform)\$(Configuration)\aspnetcorev2_inprocess.dll" /> + + + + + Date: Tue, 27 May 2025 15:07:01 -0700 Subject: [PATCH 2/2] New approach --- ...crosoft.AspNetCore.App.Runtime.Composite.sfxproj | 13 ++----------- .../src/Microsoft.AspNetCore.App.Runtime.sfxproj | 13 ++----------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj index c5dc21f895ff..4765688fcebf 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj @@ -31,11 +31,6 @@ .pdb PartialCompositeAssemblyListPath.txt - - - $(GetSharedFrameworkFilesForReadyToRunDependsOn); - _ResolveCopyLocalNativeReference; - @@ -87,14 +82,10 @@ + - - - - - - @@ -84,14 +79,10 @@ + - - - - - -