imazen / imageflow-dotnet

The official .NET API for Imageflow, the Rust image processing and optimization engine for web servers
GNU Affero General Public License v3.0
143 stars 25 forks source link

Microsoft.IO.RecyclableMemoryStream version conflict #55

Closed MichaelSamteladze closed 7 months ago

MichaelSamteladze commented 7 months ago

We have a project where Imageflow.AllPlatforms and EPPlus packages are installed. When building a project we are getting a warning message Warning NU1608 Detected package version outside of dependency constraint: Imageflow.Net 0.10.2 requires Microsoft.IO.RecyclableMemoryStream (>= 1.2.2 && < 3.0.0) but version Microsoft.IO.RecyclableMemoryStream 3.0.0 was resolved.

Can this be resolved?

lilith commented 7 months ago

This should be fixed in v0.11, I now test against version 1 and 3 both