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
First of all, thank you for the great job with this library!
I’m encountering an issue with a library that relies on creating a CultureInfo object, which fails due to the globalization-invariant mode being enabled.
Exception Details:
System.Globalization.CultureNotFoundException:
Message='Only the invariant culture is supported in globalization-invariant mode.
What I Tried:
I attempted to set System.Globalization.Invariant to false in my configuration, but this did not resolve the issue. Upon further investigation, I found that the Bootsharp.props file contains the following:
Is there any way to override InvariantGlobalization=true in the current setup? If not, are there alternative approaches to enable support for CultureInfo in the Wasm build?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Though, it's also possible we are not bundling the icudt.dat and similar resources for the cultures to work. I never needed those myself, so didn't test that.
Though, it's also possible we are not bundling the icudt.dat and similar resources for the cultures to work. I never needed those myself, so didn't test that.
First of all, thank you for the great job with this library!
I’m encountering an issue with a library that relies on creating a CultureInfo object, which fails due to the globalization-invariant mode being enabled.
Exception Details:
What I Tried:
I attempted to set System.Globalization.Invariant to false in my configuration, but this did not resolve the issue. Upon further investigation, I found that the Bootsharp.props file contains the following:
Question:
Is there any way to override InvariantGlobalization=true in the current setup? If not, are there alternative approaches to enable support for CultureInfo in the Wasm build?
Thank you for your help!
The text was updated successfully, but these errors were encountered: