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

Add RID-specific runtime folder load fallback #291

Merged
merged 1 commit into from
May 29, 2020

Conversation

Scottj1s
Copy link
Member

fixes #266

/cc: @stevenbrix

@stevenbrix
Copy link
Contributor

Thanks Scott! Could this just replace the call to Platform.LoadLibraryEx?

@Scottj1s
Copy link
Member Author

Thanks Scott! Could this just replace the call to Platform.LoadLibraryEx?

NativeLibrary is only available on net5, so still need LoadLibrary at least for netstandard2, and it doesn't hurt as a fallback for net5

@Scottj1s Scottj1s closed this May 29, 2020
@Scottj1s Scottj1s reopened this May 29, 2020
@Scottj1s Scottj1s merged commit bef0663 into master May 29, 2020
@Scottj1s Scottj1s deleted the scottj1s/rid_fallback branch May 29, 2020 16:37
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.

Type activation requires assemblies to be next to the exe
2 participants