Adam Rodger

Results 116 comments of Adam Rodger
trafficstars

That's correct; we currently support JSON bodies only.

Note to future self - The FFI has a method for adding multipart messages named `pactffi_with_multipart_file`

Could you provide some more info such as the OS architecture? It could be that the container is 32bit whereas only 64bit is supported

I've recreated this locally, like this: ```bash docker run --rm -it ubuntu:18.04 # inside the container... # install .Net apt update && apt install -y wget wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb...

If I try the exact same thing on Ubuntu 22.04 (so the exact same script as above but replacing any 18.04 strings with 22.04) then it works fine, so this...

This is caused by a missing glibc version on Ubuntu 18.04. Running `ldd bin/Debug/net6.0/runtimes/linux-x64/native/libpact_ffi.so` shows the difference. So this is a problem with the FFI library itself, not with PactNet....

@aimashevrallyup all I can suggest for now is upgrading to Ubuntu 20.04 or newer. They have the required version of glibc that the FFI library needs so it should work...

Sorry, just realised this is a duplicate of #296 Please could we release the fixed version? I notice there's a tag for v1.0.1 but the latest on nuget.org is 1.0.0

I'm not planning on doing any more 3.x feature releases and instead focussing on 4.x and above, so this issue can now be closed.