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

Added support for ILSpy8 instructions #1983

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

VWeidinger
Copy link

ILSpy changed the decompiling.

ILSpy 6.x:
stloc obj(ldloc list)
stloc item(ldc.i4 1)
callvirt Add(ldloc obj, ldloc item)

ILSpy 8.x
callvirt Add(ldloc list, ldc.i4 1)

Removed checkVariabelIsLocal method

removed TODO

Removed unnecessary comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant