Botond Botos
Botond Botos
> It may be more pragmatic on Alpine to install something like https://github.com/Stantheman/gcompat to provide glibc compatibility so that the existing shared library will work, although I've not tested that....
Refactored the project to use runtime specific native packages as shown at https://github.com/Mizux/dotnet-native. Managed to run the tests under `samples/OrdersApi`: ``` ./pack.sh docker build -f Dockerfile.alpine -t pact-net-alpine . docker...
>In practice it's very awkward to use for consumers - for example if you run the tests locally on Windows/Mac but your CI runs in Linux (as is very common)...
Could you please help me understand why it is preferred to restore the correct pact_ffi package over picking the correct one at runtime? I have a PoC implemented, which is...