.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
In order to incorporate this change, I have had to update the pact-ffi version to 0.4.23 (from 0.4.16)
This required some small tweaks to the integration tests and some tweaking of the script used to fetch the libraries (there were a few name changes for libraries).
What?
src/PactNet.Abstractions/Matchers/ArrayContainsMatcher.cs
src/PactNet.Abstractions/Matchers/Match.cs
src/PactNet.Abstractions/Matchers/MatcherConverter.cs
NOTE:
if [[ "$OSTYPE" == "darwin"* ]]; then
)