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

Unable to use in .net core 6.0 #4

Open
albertoarmida opened this issue Feb 23, 2022 · 3 comments
Open

Unable to use in .net core 6.0 #4

albertoarmida opened this issue Feb 23, 2022 · 3 comments

Comments

@albertoarmida
Copy link

The compiler returns an error indicating to set the warning level from 0 to 4.
Setting it to 4 the IDE returns it to 6 and the compilation process still doesn't work.
But checking in the project files, it is set to 4.
is there a version for .net core?

@karisigurd4
Copy link
Owner

No I'm sorry it's only working on the older .Net Framework. See #2

When I started the project .Net core was a bit more fresh and the ImageMagick or OpenCV dependencies didn't play nicely with me. Building for Core will require you to update those dependencies and maybe it's easier now but there was some tricky business back in the day.

I don't have the time unfortunately to actively support this library at the moment so I'm unsure when or if I'll get to continue working on it.

@albertoarmida
Copy link
Author

Thank you :-)
I'll try to make library working on .net core 6.

@karisigurd4
Copy link
Owner

If you manage to then I'd be super happy if you make a pull request and we get it into my repo, good luck! :)

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