简体   繁体   中英

Decompile own class from dll and pdb files Visual Studio

I have this Visual Studio project that I'm working on, and I'm having it on OneDrive.

OneDrive messed up, and didn't sync the folder recently while I made changes, and now it did, and it brought back all the old class files.

I have compiled dll, pdb and manifests and all kinds of files but the sourcecode version is 10 versions older than the currently published prototype.

Is there any way, that I can bring back the class files from these dll, pdb and manifest files?

Have you tried dotPeek ? It allows you decompile .NET assemblies.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM