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

dlopen error on Macos Ventura: fixed using .net Core Loading #110

Closed

Conversation

pazimor
Copy link

@pazimor pazimor commented Nov 29, 2022

Hi I recently got a problem using the Nuget Package related to this repo.

upgrading to the last Mac OS Version (Ventura) the dlopen function seems different and no longer works.
I've solved this using library loader from .net Core.

Does anyone know how to solve this keeping the project with the same .net version (netstandard2.0)

however this pull request solves the problem using .net Core 7

@danm-de
Copy link
Owner

danm-de commented Nov 30, 2022

Hi, thanks for the pull-request. Changing the target framework from .netstandard2.0 to .NET7 is a major breaking change. I guess we have to look for different solution (maybe multi target).

danm-de added a commit that referenced this pull request Nov 30, 2022
danm-de added a commit that referenced this pull request Nov 30, 2022
@danm-de
Copy link
Owner

danm-de commented Nov 30, 2022

Fixed in #112.

Thanks for providing this pull-request!

@danm-de danm-de closed this Nov 30, 2022
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 this pull request may close these issues.

2 participants