You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
As ICU has a dataset of close to 30MB alone and we would need to ship and load anything I am somewhat interested in getting rid of it as invariant culture is good enough for us.
removefeature:Globalization seems to mostly do the trick but it still tries to link 6 GlobalizationNative_* functions. It's a optimized build and >I even forced GetGlobalizationInvariantMode to set invariantEnabled always to true before it calls Interop.Globalization.LoadICU. The call is still there but should be dead code.
I am sure I can just provide some dummy functions to work around this. But I am curious if removefeature:Globalization should remove all dependencies to System.Globalization.Native?