Search code examples
c#onedrivedecompiling

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?


Solution

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