Skip to content

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