Method | Description | |
---|---|---|
Fix ( string dll ) : void |
Roslyn outputs pdb files that are incompatible with cecil modified assemblies (which we use for reload support) Mono.Cecil can parse the roslyn debug info, and then output a compatible pdb file and binary using the windows API
|