Replies: 1 comment 2 replies
-
also should i be asking this question in a different area? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we have the problem with a missing library gdiplus.dll (system.drawing.common) with .net core 5 base image mcr.microsoft.com/dotnet/aspnet:5.0. In the past we did use server core images but these where too bulky at 7 gb per image.
We are constrained to using Windows containers at the moment.
This is related to issue #1098
Is there any solution to this?
At the moment I have asked our developers to look for other ways to handle the functions done with system.drawing.common as a parallel task.
The container / app solution we have today completely works in every other way except the GDI library stuff.
Beta Was this translation helpful? Give feedback.
All reactions