-
-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestnet10.0
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestnet10.0
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done