-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
From @bording on July 27, 2017 3:12
When a NuGet package includes PDBs in its lib folder, the legacy project system copies the PDB as well as the assembly into the build output folder.
The new project system only copies the assembly.
We've recently added source link support , and when using the new project system with a .NET Core target, everything works fine since the PDB is referenced correctly from the global NuGet package folder.
However, because the PDB isn't copied for a .NET Framework target, we don't get any of the benefit of our sourcelinked PDB.
It would be great if the new project system would behave like the legacy project system in this case, and also copy the PDB into the project's build output folder.
Copied from original issue: dotnet/project-system#2667
EDIT: We are also using this issue to track copying XML files
Metadata
Metadata
Assignees
Labels
Type
Projects
Status