The build task, when computing assets, should include PDBs along with the implementations. This is necessary for a few scenarios:
- .NET Native, where you want the PDBs so you can debug the resulting ahead-of-time compiled application.
- csproj -> xproj, where you would expect the PDB to get copied along like a regular csproj -> csproj reference would do.
(This is a copy of an internal bug originally filed on behalf of @onovotny.)