Skip to content

Implement support for CoreCLR host to load assemblies from storage #9917

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

Merged
merged 2 commits into from
Mar 18, 2025

Conversation

grendello
Copy link
Contributor

@grendello grendello commented Mar 14, 2025

This adds the missing bits to load assembly store from device's filesystem
instead of from the APK when running application which has the
android:extractNativeLibs attribute set to true in its manifest.

It also enables p/invokes used by the JNI remapping code.

@grendello grendello requested a review from jonpryor as a code owner March 14, 2025 12:05
This adds the missing bits to load assembly store from device's filesystem
instead of from the APK when running application which has the
`android:extractNativeLibs` attribute set to `true` in its manifest.
@grendello grendello force-pushed the dev/grendel/clr-host-add-missing branch from ebea0ad to b2bff06 Compare March 14, 2025 14:05
@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jonpryor jonpryor merged commit 42c0887 into main Mar 18, 2025
59 checks passed
@jonpryor jonpryor deleted the dev/grendel/clr-host-add-missing branch March 18, 2025 03:21
@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants