Skip to content

Rename assembly stores in the APK/AAB archive to libassembly-store.so #4994

@jamescrosswell

Description

@jamescrosswell

Description

See:

Microsoft have renamed the assembly stores. We probably need to 'merge' those changes into our repo:

private static string GetBlobName(string abi) => $"libassemblies.{abi}.blob.so";

I think the name of the assembly store will depend which specific version of the .NET SDK is being used by our customers, so we may need to add a little bit of logic to resolve either the old stores or the new ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETPull requests that update .net codeTask
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions