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 not working with .NET Framework 4.7.2 #49

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

Conversation

vegardlarsen
Copy link
Contributor

System.Runtime.Loader is not supported on .NET Framework 4.7.2. We need to use Assembly.LoadFrom instead.

System.Runtime.Loader is not supported on .NET Framework 4.7.2. We need to use Assembly.LoadFrom instead.
@Trass3r
Copy link

Trass3r commented Oct 4, 2020

Also got bitten by this.

@ViRb3
Copy link

ViRb3 commented Oct 7, 2020

Just spent an evening figuring this out, please merge.

@augomat
Copy link

augomat commented Oct 26, 2020

Just tried it out, still works.

Please merge this!!!! This is really a pain to figure out!

@strizi254
Copy link

Please fix the checks and merge to master.

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.

5 participants