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

Fix issue with full .NET Framework #8

Merged
merged 3 commits into from
Oct 18, 2017
Merged

Fix issue with full .NET Framework #8

merged 3 commits into from
Oct 18, 2017

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