Skip to content

Miscellaneous

Greg G edited this page Jan 15, 2017 · 1 revision

Portable PDB re-writing

Right now, PPDB re-writing is not supported, as Mono.Cecil doesn't allow time stamp editing. As soon as the issue is fixed, PPDB re-writing will be supported if the following conditions are respected:

If using a .csproj, change the DebugType of the created assembly to portable.
If using project.json, change buildOptions.debugType to portable.

For more informations, see this page.