Adam Rodger

Results 116 comments of Adam Rodger
trafficstars

Yeah cool 👍 It's already listed in the Readme so should be easy to centralise.

Ah yeah the logs output literally in the IDE output window of the test. On .Net, the tests run in parallel so they don't write directly to stdout as they...

So I think for now we should just throw the more specific exception rather than try to deserialise all the verification results. They'll also be printed to the console, and...

Superceded by https://github.com/pact-foundation/pact-net/commit/0199f010c82551c018d3b56bc903aefaf6212750

Yeah I think having some extra info would be useful as to why verification failed. Obviously it would still throw an exception but you could choose to catch and ignore...

No, that was an issue whereby FFI always logged directly to stdout so you couldn't report the failure logs in test output, and that was sorted quite a while ago.