MP-MediaInfo icon indicating copy to clipboard operation
MP-MediaInfo copied to clipboard

Has any date to update this package for release for .NET 8

Open GUSTAVPEREIRA opened this issue 1 year ago • 3 comments

I want to know if it is possible to update this package for .net 8, if is right I can make a pull request

GUSTAVPEREIRA avatar Nov 17 '23 13:11 GUSTAVPEREIRA

Unfortunately this lib is not actively maintained currently, so I guess a PR would be pointless right now. If someone knows another good MediaInfo lib for dotnet, please tell me, as this is crucial for the application I'm building.

I tried to get my own going, but I don't know how to properly provide the native dlls that will be needed.

MichaelHochriegl avatar Nov 26 '23 16:11 MichaelHochriegl

Referencing the nuget from a NET8 application is still possible.

You get a warning about RID, but it works.

On Windows it works directly with no changes. On a NET8 Linux Docker image, I had to hack my way around it and add this line to my Dockerfile:

COPY --from=build /app/publish/runtimes/debian.11-x64/native/libmediainfo.so ./runtimes/linux-x64/native/

Dunge avatar Oct 01 '24 22:10 Dunge

Yeah, I tried running this on Linux Fedora and Ubuntu, but as Michael said, I believe it's better to create another project and start developing with it. From my point of view, this is deprecated. But thanks, everyone, for helping us.

GUSTAVPEREIRA avatar Oct 01 '24 22:10 GUSTAVPEREIRA