-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Description
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
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.
ivanpovazan and filipnavara