gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

Responsive file manager doesn't work when I install SixLabors.ImageSharp package #32

Open areltasarim opened 1 year ago

areltasarim commented 1 year ago

hello

Responsive file manager doesn't work when I install SixLabors.ImageSharp package Although images are uploaded, they do not appear on the listing screen

jakubmisek commented 1 year ago

this might be caused by the fact, the responsive file manager depends on PeachPie.Library.Graphics which depends on SixLabors.ImageSharp >=1.0.0

There might be a NuGet version mismatch, and the referenced version of SixLabors.ImageSharp might not work with responsive file manager.

areltasarim commented 1 year ago

thank you

jakubmisek commented 1 year ago

there are two options

gordon-matt commented 2 months ago

@jakubmisek This is apaprently still an issue: image

I've had 2 other cases raised about it, one of which was just a few weeks ago. Any chance you guys could look at updating the ImageSharp dependency?

areltasarim commented 1 week ago

Will the SixLabors.ImageSharp issue be fixed? It still doesn't work in the latest version.

gordon-matt commented 1 week ago

@areltasarim I have no control over this. I have created an issue on PeachPie's repo. If they ever get around to updating it, then I can do the same for this project.