Hey team, while working with Provider Verifier fro...
# pact-net
e
Hey team, while working with Provider Verifier from pact-net 4 I noticed that there is a built in way to publish verification results back to the broker if you use
WithPactBrokerSource
. My question is are there any plans to have similar verification result publishing capability when using
WithUriSource
?
m
I think the support was added to the core now, just needs wiring back in to .NET
I’m sure Adam would appreciate a PR if you’re willing!
pact-net side PR is waiting for ffi to be released
btw, what does FFI stand for?
m
FFI = foreign function interface
we have a shared library that provides core functionality across our projects.
it exposes an API via a FFI
e
fingerscrossed
Closed and merged, waiting for it to be released