C# Class Terraria.ModLoader.RoslynPdbFixer

Mostrar archivo Open project: JavidPack/TerraCustom

Public Methods

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

Method Details

Fix() public static method

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
public static Fix ( string dll ) : void
dll string
return void