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

[mono][aot] Load AOT module of a container assembly using assembly name #83711

Merged
merged 8 commits into from
Mar 21, 2023

Conversation

kotlarmilos
Copy link
Member

@kotlarmilos kotlarmilos commented Mar 21, 2023

The initial PR was reverted to allow for more testing before release. It contributes to dotnet/macios#17766 (comment) by loading container AOT module using its name, without an actual assembly in the bundle.

This should simplify the build process as the container assembly might not be required.

@kotlarmilos
Copy link
Member Author

kotlarmilos commented Mar 21, 2023

Loading AOT module of a container assembly without an actual assembly in the bundle should simplify the build process in the runtime and Xamarin builds. I suggest creating follow-up PRs that would simplify the build process.

@kotlarmilos kotlarmilos merged commit edb161a into dotnet:main Mar 21, 2023
@kotlarmilos kotlarmilos deleted the bugfix/load_container_amodule branch March 21, 2023 15:50
@ghost ghost locked as resolved and limited conversation to collaborators Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants