xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
175 stars 41 forks source link

Bring back mono debug symbols #34

Closed haf closed 5 years ago

haf commented 9 years ago

It was removed in the commit to re-create the nuget. This is useful for debugging/browsing into the library when I didn't compile it myself. Commit https://github.com/xyncro/chiron/commit/c3cc7e65a1533cd7001db276636241fc039897a9

kolektiv commented 9 years ago

Yup, this should definitely go back in, I'll fix that (or if you get there first, I'll accept a PR! ;) ) Only got removed as NuGet seemed to be being odd with file paths and path separators... (Grrrrr, NuGet)

ctaggart commented 5 years ago

6.3.0 enables SourceLink and includes the portable pdb files. That is the new format that works on mono too. This can be closed.