-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Description
We are using below icu nuget packages

And below is the code
using (var transliteratorLatn = Icu.Transliterator.CreateInstance("Any-Latn"))
{
return transliteratorLatn.Transliterate(input, textMultiplier);
}
Everything was working fine with alpine3.15 and icu=69.1-r1. However moving to alpine3.16 and icu=71.1-r2 the above code started to give the below exception

Did already raised a bug report at dotnet/dotnet-docker#3851 to fix the error in the build pipeline.
However, for the exception occuring in the code it was advised the icu.net repo is not compatible with alpine3.16. Can you please help?