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

libOpenCvSharpExtern.so should be copied to runtimes/linux-x64/native for Ubuntu 22.04 #1682

Closed
chenzhekl opened this issue Jul 12, 2024 · 1 comment · Fixed by #1683
Closed

Comments

@chenzhekl
Copy link

Summary of your issue

Distribution specific RID has been deprecated in .Net 8 (https://learn.microsoft.com/en-us/dotnet/core/rid-catalog). We should copy libOpenCvSharpExtern.so to runtimes/linux-x64/native after building, as runtimes/ubuntu.22.04-x64/native won't be automatically searched by .Net 8 anymore

Environment

.Net 8

What did you do when you faced the problem?

Install OpenCVSharp runtime for Ubuntu 22.04 and build the project

Example code:

paste your core code

Output:

paste your output

What did you intend to be?

@ClayJay3
Copy link

ClayJay3 commented Jul 13, 2024

Currently having issues with this, the package throws a runtime error on my .NET 8 webapp.

I also noticed that the 22.04 nuget package has gone missing and the readme links are broken. Does that have anything to do with this issue being worked on?

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

Successfully merging a pull request may close this issue.

2 participants