How to resolve LibSkiaSharp not found exception?

24 Jun 20261 minute to read

  • In Docker container, ensure whether the libfontconfig package properly installed by adding the following line in your Docker file.
RUN apt-get update -y && apt-get install libfontconfig -y
  • In production environment (hosted server machine), ensure whether the Visual C++ Redistributable is properly installed.

Download and install Visual C++, if not installed.