Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of date dependencies blocking package updates #96

Open
qstarin opened this issue Jun 16, 2024 · 3 comments
Open

Out of date dependencies blocking package updates #96

qstarin opened this issue Jun 16, 2024 · 3 comments

Comments

@qstarin
Copy link

qstarin commented Jun 16, 2024

The latest version of Imageflow.Server - 0.8.3 - has a transitive dependency on Microsoft.IO.RecyclableMemoryStream >= 1.2.2 && < 3.0.0 (through Imageflow.AllPlatforms & Imageflow.Net 0.10.2).

However, the latest versions of Imageflow.Net have an incompatible dependency on Microsoft.IO.RecyclableMemoryStream >= 3.0.0 && < 4.0.0.

We use both Imageflow.Net and Imageflow.Server in a large solution for a production system. We also utilize Microsoft.IO.RecyclableMemoryStream in our core/shared code library project that is referenced by every other application in our solution.

The incompatible dependencies between Imageflow.Net and Imageflow.Server are preventing us from updating either Imageflow.Net or Microsoft.IO.RecyclableMemoryStream to their latest versions.

Would you please consider releasing an updated Imageflow.Server package that references the latest version of Imageflow.Net?

Side question, if you don't mind: Is it possible to utilize a specific Imageflow.NativeRuntime library in projects using Imageflow.Server?

@lilith
Copy link
Member

lilith commented Jun 16, 2024 via email

@qstarin
Copy link
Author

qstarin commented Jun 16, 2024

Is there a reason you would want to pin an older runtime version?

I notice that Imageflow.Server references Imageflow.AllPlatforms but I am wondering if we can utilize Imageflow.NativeRuntime.win-x86_64-haswell or Imageflow.NativeRuntime.ubuntu-x86_64 (the latest versions).. Is it as simple as installing the NativeRuntime package alongside the Server package? I am not sure how to verify if the native libraries are being utilized by Imageflow.Server in that scenario.

@lilith
Copy link
Member

lilith commented Jun 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants