Closed Crauzer closed 1 year ago
The exception seems to be caused by: https://github.com/SixLabors/ImageSharp.Textures/blob/381923859d0bf427657f7424450ab4ec133f0da2/src/ImageSharp.Textures/Configuration.cs#L91
ArrayPoolMemoryAllocator doesn't seem to exist anymore in the latest version of ImageSharp which is likely causing the issue.
ArrayPoolMemoryAllocator
ImageSharp
I have updated the ImageSharp reference to 2.1.3, try the ImageSharp.Textures version alpha.0.139
Thanks for the quick fix!
The exception seems to be caused by: https://github.com/SixLabors/ImageSharp.Textures/blob/381923859d0bf427657f7424450ab4ec133f0da2/src/ImageSharp.Textures/Configuration.cs#L91
ArrayPoolMemoryAllocator
doesn't seem to exist anymore in the latest version ofImageSharp
which is likely causing the issue.