ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Export C# Files to Original Location

Open uniformization opened this issue 10 months ago • 0 comments

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.

uniformization avatar Feb 23 '25 23:02 uniformization