Closed
Description
Description
Currently System.Globalization.Native
is not being built as part of the build process for targeting Apple mobile platforms with NativeAOT. This implies that applications have to use invariant globalization mode.
Proposal
Support building System.Globalization.Native
with NativeAOT when targeting mobile platforms and adjust build integration targets according to the fix:
Until this is fixed, make sure that applications set: InvariantGlobalization=true