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
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:
runtime/src/coreclr/tools/aot/ILCompiler.Build.Tasks/ComputeManagedAssembliesToCompileToNative.cs
Lines 167 to 170 in f6f7d89
Filing this issue to track enabling satellite assembly support.
/cc @MichalStrehovsky@jkotas