ILSpy
ILSpy copied to clipboard
Export C# Files to Original Location
Is your feature request related to a problem? Please describe. Yes, currently ILSpy has no solution to my problem. I want to try to export a project's ILSpy decompilation to their corresponding C# files as referenced in the PDB.
Describe the solution you'd like There could be a setting in the Decompiler tab in the options menu with an option called "Use debugging symbols for exporting C# files to their original paths." The data relating to the paths to the original C# files are located in the "Documents" table in the Debug Metadata. ILSpy would use this to export the C# files correspondingly.