Skip to content

Conversation

tonerdo
Copy link
Owner

@tonerdo tonerdo commented Oct 18, 2017

During IL generation this library uses the Calli opcode which is not verifiable by the .NET Framework runtime. The workaround for this is to ensure that all dynamic methods define an owner module/type and explicitly specify that JIT visibility checks should be skipped. This issue doesn't exist in .NET Core

Fixes #1
Fixes #2

@tonerdo tonerdo merged commit 9f4f28b into master Oct 18, 2017
@tonerdo tonerdo deleted the full-framework branch October 18, 2017 10:44
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