Cross-Platform Version of Aspose.Slides for .NET 23.7 Crashed in Docker Container

After upgrade from 23.6 to 23.7, same code crashed in docker container.

  1. manually download dll from release, and use the cross-platform version in development.
  2. publish with framework dependence with .dll files and .so files
  3. already apt install libgdiplus and libc6-dev
  4. when open a presentation file in docker, app crashed without any exceptions.

CleanShot 2023-08-03 at 11.37.18@2x.png (3.8 KB)

@islide,
Thank you for contacting support.

Please share the following files and information:

  • sample presentation file (if you used it)
  • code example that reproduces the crash
  • dockerfile
  1. it’s an empty presentation
  2. var presentation = new Presentation(sourceFile) will crash
FROM mcr.microsoft.com/dotnet/aspnet:7.0
RUN apt-get update && \
    apt-get install -y --no-install-recommends \
    libgdiplus \
    libc6-dev
RUN rm -rf /var/lib/apt/lists/*
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "Console.dll"]

@islide,
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-44133

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.