-
-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Embedded PDBs not readable by VisualStudio #856
Comments
Here's a minimal repro which uses Fody, if it helps: TestProject.zip |
:( Thanks for the heads-up! |
I've created some test project without Fody, so this can be instantly checked within the cecil solution:
I've also reverted the changes to the PdbWriter to verify that this is the root cause: |
With the latest changes 79b43e8 in
PortablePdb.cs
assemblies modified with cecil can no longer be debugged in VisualStudio when embedded pdbs are used.See Fody/Fody#1110 for details how to reproduce.
The text was updated successfully, but these errors were encountered: