Yerkebulan
Yerkebulan
But when running locally (Windows 10), it works
I fixed it by forcing local ICU through nuget [App-local ICU](https://learn.microsoft.com/en-us/dotnet/core/extensions/globalization-icu#app-local-icu ). Probably, there is no ICU installed on Windows server 2019
@MrDoe, only include in Windows platform: ``` ``` Also, in program you can check if IcuMode enabled with method: ``` private static bool IcuMode() { SortVersion sortVersion = CultureInfo.InvariantCulture.CompareInfo.Version; byte[]...
@MrDoe, maybe @victor-sushko will help?