This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
New project system does not copy PDBs from packages when targeting .NET Framework #313
Comments
ctaggart
changed the title
.NET Core projects do not copy PDBs from packages when targeting .NET Framework
New project system does not copy PDBs from packages when targeting .NET Framework
Feb 2, 2018
The work-a-round was published as |
I know this is closed, but
|
Thanks @kukjevov. Happy to take a pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The bug is here dotnet/sdk#1458. This should be added to the Known Issues in the readme. It prevents source linking from working for apps targeting .NET Framework when using the net .NET Core project system.
I logged more info here:
There is a workaround by @jnm2 which involves adding this to your project file:
The text was updated successfully, but these errors were encountered: