Skip to content

Satellite assembly support in NativeAOT #86651

@akoeplinger

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

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