Replies: 1 comment 6 replies
-
I don't have any experience with AppCenter but I suspect that you will need to remove the Magick.Native* files that are not used. But it might be better to switch to the Magick.NET-x64-Q16 version instead. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I recently integrated Magick.NET-Q16-x64 in my test project to leverage the image recognition capabilities for image-based tests.
When executing the tests locally on my machine, everything works fine, but as soon as I try to execute the same tests remotely on AppCenter, I get this error on test startup:
For what I read in some threads this may depend by the fact that the build directory contains more DLLs than expected... and this started to happen when I added the Nuget dependency to Magick.NET-Any-Q16
In VS I noticed also that the Magick.NET-Q16-x64 dll is also linked as external object in the solution:

which happens only with Magick.NET NuGet pakage.
Did anyone experience the same issue? Any suggestion on how to overcome the problem ?
Any help is much appreciated :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions