Closed
Description
After #93220 we only support hybrid mode on Apple platforms.
Below are the steps to implement support for linking our ICU libs.
- Move out globalization code from mono runtime
- Create separate lib for hybrid (
System.Globalization.Hybrid.Native
) - Enable the functionality to toggle between hybrid and ICU libraries
xamarin-macios
andandroid
should be needing to link againstlibSystem.Globalization.Native
Contributes to #80689