We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project should be updated to mimic the functionality that is used in the Imaging.Heif project that can be found here - https://github.com/FileOnQ/Imaging.Heif/blob/main/src/FileOnQ.Imaging.Heif/Build/FileOnQ.Imaging.Heif.targets
Managed and un-managed code should not be mixed.
This will also require a code change inside of the library for the method to load the assembly, in a similar to how it is done in this other project here - https://github.com/FileOnQ/Imaging.Heif/blob/main/src/FileOnQ.Imaging.Heif/Interop/Interop.cs
@kenny-sellers is familiar with this process and can help adjust this.
The text was updated successfully, but these errors were encountered:
kenny-sellers
Successfully merging a pull request may close this issue.
This project should be updated to mimic the functionality that is used in the Imaging.Heif project that can be found here - https://github.com/FileOnQ/Imaging.Heif/blob/main/src/FileOnQ.Imaging.Heif/Build/FileOnQ.Imaging.Heif.targets
Managed and un-managed code should not be mixed.
This will also require a code change inside of the library for the method to load the assembly, in a similar to how it is done in this other project here - https://github.com/FileOnQ/Imaging.Heif/blob/main/src/FileOnQ.Imaging.Heif/Interop/Interop.cs
@kenny-sellers is familiar with this process and can help adjust this.
The text was updated successfully, but these errors were encountered: