Skip to content
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

Decompiling .NET 4.x application resources, referenced System.Private.CoreLib instead of mscorlib #2900

Closed
Tabho opened this issue Feb 13, 2023 · 0 comments · Fixed by #3016
Labels
Bug Decompiler The decompiler engine itself ResX
Milestone

Comments

@Tabho
Copy link

Tabho commented Feb 13, 2023

ILSpy version 7.2.1.6856 decompiles resources correctly..

<data name="_test" type="System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"><value>

ILSpy 8.x decompiles incorrectly

<data name="_test" type="System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"><value>

@Tabho Tabho added Bug Decompiler The decompiler engine itself labels Feb 13, 2023
@dgrunwald dgrunwald added this to the 8.0-preview4 milestone Feb 13, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Decompiler The decompiler engine itself ResX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants