-
I am using AWS Lambda with .net core V6.0, I have one nuget package Here is my code reside in the
Here is the docker file
I have added properties to my .csprj file as well
When I execute the my
Let me know if anything missing here, as this is critical for my project deadline, Please help ASAP |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 24 replies
-
It looks like that docker image is using an old operating system that is not yet using glibc 2.27:
|
Beta Was this translation helpful? Give feedback.
-
I ran some experiments and it looks like I managed to link the code with an older version of
But I haven't ran any unit test to make sure this works. I will keep you updated. |
Beta Was this translation helpful? Give feedback.
-
@dlemstra After I updated the latest nuget package I am getting the below error, Can you please help me?
|
Beta Was this translation helpful? Give feedback.
-
@dlemstra Currently we are checking the platform-specific condition to locate the correct font path if it's Linux/Unix platform. If it's windows as we don't need to set this it will take the default font of the system. And we don't know when the version of Linux/Unix stops supporting the Deja Vu font. Do you have a way to incorporate these changes in your NuGet packages? Currently I am doing this.
|
Beta Was this translation helpful? Give feedback.
-
@dlemstra Do we have any method or properties to wrap the text if the text doesn't fit in the image with the given width/height and it should wrap to the next line?
|
Beta Was this translation helpful? Give feedback.
@dlemstra After I updated the latest nuget package I am getting the below error, Can you please help me?
Fontconfig error: Cannot load default config file
ImageMagick.MagickTypeErrorException: UnableToReadFont
helvetica' @ error/annotate.c/RenderFreetype/1619\n at ImageMagick.NativeInstance.CheckException(IntPtr exception, IntPtr result) in //src/Magick.NET/Native/NativeInstance.cs:line 57\n at ImageMagick.MagickImage.NativeMagickImage.ReadBlob(IMagickSettings1 settings, Byte[] data, Int32 offset, Int32 length) in /_/src/Magick.NET/Native/MagickImage.cs:line 7069\n at ImageMagick.MagickImage.Read(Byte[] data, Int32 offset, Int32 length, IMagickReadSettings
1 readSettings, Boolean ping, St…