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
After updating to 2.9.9 we are getting the following exception.
System.TypeInitializationException: The type initializer for 'Humanizer.Configuration.Configurator' threw an exception. ---> System.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: name
ku is an invalid culture identifier.
at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)
at Humanizer.Configuration.FormatterRegistry..ctor() in /_/src/Humanizer/Configuration/FormatterRegistry.cs:line 24
at Humanizer.Configuration.Configurator..cctor() in /_/src/Humanizer/Configuration/Configurator.cs:line 28
--- End of inner exception stack trace ---
at Humanizer.Configuration.Configurator.get_CollectionFormatters() in /_/src/Humanizer/Configuration/Configurator.cs:line 25
at Humanizer.CollectionHumanizeExtensions.Humanize[T](IEnumerable`1 collection) in /_/src/Humanizer/CollectionHumanizeExtensions.cs:line 19
The text was updated successfully, but these errors were encountered:
After updating to 2.9.9 we are getting the following exception.
The text was updated successfully, but these errors were encountered: