Brian Popow

Results 88 comments of Brian Popow

> Hmm, this failed test passes on my local machine with .net6 and fails only on macos on .net7. Wondering if this is the same problem as in #2117. I...

I managed to create docker image with `Magick.Native` build for ARM. With that almost all test can be execute with docker/QEMU: ``` Failed! - Failed: 139, Passed: 34955, Skipped: 18,...

> I had a working run going a few commits ago. What was wrong with that? It was not working. If you look at the log output (`Build and test`...

It seems to work now with docker/QEMU, all tests pass. It also works emulating hardware intrinsics, which surprised me. If we consider going down this road for testing ARM, we...

> If so is there something we can help @dlemstra with upstream to save the requirement? As far as I understand it, @dlemstra does not support building Magick.Native for ARM/linux...

With the release of magick.net 11.0.0, it should work on ARM/linux. This will make things easier. We no longer need to build Magick.Native from scratch for ARM and can use...

> @brianpopow Maybe you could temporary add this branch to the branches in `build-and-test.yml`? yes this should work, thanks for the tip @dlemstra, I will give it a try.

It seems to have worked with Magick.Net 11.0.0, so we dont need a special docker image and can use the official dotnet sdk docker image.

@tranb3r i have just tried to reproduce this, but i was able to load the `base_1x4.gif` fine. I have just added to the project file: ``` true Hybrid ``` Is...

@tranb3r i really did placed it in the debug section instead of the Release one 😬 Unfortunately i still cannot reproduce the issue. The app now crashes immediately when started....