-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
Milestone
Description
Description
net9.0-android and net10.0-android use slightly different versions of the AssemblyStore format to bundle all of the assemblies required to run an app on Android into an AAB.
Changes for v3
The changes for version 3 are thankfully pretty minor, but we do have to account for them. A field has been added to allow ignoring some assemblies without including them in the store (https://github.com/dotnet/android/blob/main/Documentation/project-docs/AssemblyStores.md#index).
This field will only be present in Assembly stores with a FORMAT_VERSION of 3+ in the header.
References
- Discord chat with grendel
- [CoreCLR] Ignore some assemblies when asked to load them dotnet/android#10249
- pretty sure this is the PR where those changes were made
Metadata
Metadata
Assignees
Labels
Projects
Status
Done