Skip to content

Satellite assembly support in NativeAOT #86651

Description

@akoeplinger

While working on NativeAOT for iOS support we noticed that satellite resource assemblies aren't loaded in NativeAOT.

This seems to be expected for now:

if (culture == "" || culture.Equals("neutral", StringComparison.OrdinalIgnoreCase))
{
// NativeAOT doesn't consume resource assemblies yet so skip them
list.Add(taskItem);

Filing this issue to track enabling satellite assembly support.

/cc @MichalStrehovsky @jkotas

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions