Gembox New Version Linux issue

Hi
I upgrade to latest version to fix bookmarks coordinates issue as per Bookmarks not navigating to top position - #6 by mario.gembox

This is working fine on window locally but when I tried to deploy this in linux app service, I am getting System.DllNotFoundException: Unable to load shared library ‘libSkiaSharp’ in CI/cd pipeline. I already have harfBuzzSharp.NativeAssets.Linux and SkiaSharp.NativeAssets.Linux.NoDependencies . This is working working before the update. I also tried with native skiasharp but issue is same

Hi Pardeep,

Try removing those native assets (e.g., HarfBuzzSharp.NativeAssets.Linux and SkiaSharp.NativeAssets.Linux.NoDependencies) because the latest versions of GemBox components now include those dependencies.

However, please note that the SkiaSharp.NativeAssets.Linux package is used, which has dependencies, like the “fontconfig” Linux package.

I hope this helps.
If the problem remains, please send us a small Visual Studio project that reproduces your issue so we can investigate it.

Regards,
Mario