After migrating to .Net 7, the application doesn’t work on Docker because of the dependency to System.Drawing.
using MemoryStream ms = new MemoryStream();
doc.Pages.FirstEx().SendTo(new PngDevice(new Resolution(100)), m…...is blocking us upgrading to dotnet 7 which we need ASAP. The piece...System.Drawing which works in dotnet 7 for Windows but not for Linux...