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 an extension point to override native libraries loading #1922

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

Conversation

stepangovorko
Copy link

Description of Change

For NETFX, SkiaSharp uses delegates because there is no packaging system and there could be potentially load an arbitrary number of libSkiaSharp - as is the case with several VS extensions. SkiaSharp has their own folder structure that the internal library loader looks at.
In our application we distribute native libraries for all possible platforms ("write once, run anywhere"), but since there is no standard, we have different folder structure for them (and it cannot be changed, because we use the single build infrastructure with other products).

So an extension point to override native libraries loading process is needed.

API Changes

Added:

  • static Func<string, IntPtr> LoadLibraryOverride { get; set; }

PR Checklist

  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation

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.

None yet

1 participant