-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to decompile file .NETCoreApp v8 #3255
Comments
It seems that there is a broken PDB file next to the assembly file you are trying to decompile. Would it be possible for you to provide these files? Thanks! |
GameHelper.zip |
Sorry, I cannot reproduce the issue... starting from an empty assembly list, can you provide a detailed list of steps that you perform in ILSpy to get this error? Thanks! |
I open ILSpy, import the file, change from C# to IL, select the the Configurator under " { } - > Configurator" same on PrivateImplementationDetails |
The error is not reproducible on my machine, the PDB is not loaded. This is because the DLL you sent does not contain any entries in the Debug Directory, which ILSpy uses to detect whether to look for a PDB or not: Can you please tell us, what ILSpy displays in the assembly tooltip? On my machine it reads: Thanks! Something really strange is going on here... |
GameHelper-Release-v6.0.13.zip |
So, in the end I manually loaded the PDB using the "Select PDB" feature and then I was able to reproduce the problem. Thanks for reporting this issue! |
Input code
Details
The text was updated successfully, but these errors were encountered: