From 97d72b7cc1d0e5704caef10390b3ff39b5a83bf0 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Mon, 27 Jan 2025 15:33:03 -0800 Subject: [PATCH 1/2] Include PDB for all TfmRuntimeSpecificPackageFile Previously this would only include the PDB for the primary output which missed any other additions to TfmRuntimeSpecificPackageFile - such as those from references or packages. --- eng/packaging.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index 2207a9d1f29a84..2c8d30b905fe53 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -148,7 +148,7 @@ - <_RuntimeSymbolPath Include="$(RuntimeSymbolPath)" /> + <_RuntimeSymbolPath Include="@(TfmRuntimeSpecificPackageFile->'%(RootDir)%(Directory)%(FileName).pdb')" Condition="'%(TfmRuntimeSpecificPackageFile.Extension)' == '.dll'" KeepMetadata="None" /> Date: Tue, 4 Feb 2025 10:51:28 -0800 Subject: [PATCH 2/2] Update System.Diagnostics.EventLog.csproj --- .../src/System.Diagnostics.EventLog.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj index 32185c679f3d1d..b7307449560cd4 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -3,8 +3,8 @@ $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);$(NetCoreAppPrevious)-windows;$(NetCoreAppPrevious);$(NetCoreAppMinimum)-windows;$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum) true true - false - 1 + true + 2 Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: