-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Proposed host runtime delegate for loading an assembly #82138
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
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsDoc for proposed hosting API for loading an assembly. I have this as two separate delegate types as trying to have one delegate that handled both seemed more cumbersome to use:
See #77696 cc @AaronRobinsonMSFT - I'd expect DNNE would want to expose this option when it exists
|
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com>
Doc for proposed hosting API for loading an assembly. I have this as two separate delegate types as trying to have one delegate that handled both seemed more cumbersome to use:
hdt_load_assembly
: load assembly from pathhdt_load_assembly_bytes
: load assembly from byte arraySee #77696
cc @AaronRobinsonMSFT - I'd expect DNNE would want to expose this option when it exists