-
**Is your feature request related to a problem? Please describe.**
The Pact ecosystem now supports plugins, and PactNet should be part of this. See https://docs.pact.io/plugins/quick_start
**Descr…
-
I have a field like this in my Avro schema, and I'm struggling with how to write a match expression for it:
```
[{
"type": "record",
"name": "LeEvent",
"namespace": "org.example",…
-
Hello - thank you for your work on the project!
Here are the matching rules that I thought would work everywhere
https://github.com/pact-foundation/pact-plugins/blob/main/docs/matching-rule-defini…
-
V3 and V4 brings a number of key features, including additional matching rules, interaction styles (such as req/res messages) and support for plugins.
This work will include transitioning Python to…
-
**Expected** - Calling `pactffi_pact_handle_write_file` will result in the same pact file as `pactffi_write_file`
**Actual** - Calling `pactffi_pact_handle_write_file` will result in a pact file, w…
-
> Meta issue for all things Pact FFI interop with Pact-Ruby
## :memo: Background
One of the strengths of Pact is its [specification](https://github.com/pact-foundation/pact-specification), allow…
-
Hi there, we are evaluating using this across a microservice environment that relies on GRPC communcations.
We were able to quickly get up a demo in our kotlin services but are struggling with the …
-
Metadata injection support is currently available in Java, for example 'https://github.com/pact-foundation/pact-plugins/blob/main/examples/gRPC/metadata/provider-jvm/server/src/test/java/io/pact/examp…
-
au.com.dius.pact:consumer depends on au.com.dius.pact:model, but both depend on different versions of other libraries. This gives errors when I use the maven-enforcer plugin.
Please align your depende…
-
How is the plugin supposed to be used with the Gradle Kotlin DSL?
I kind of got this working by declaring
```
plugins {
...
id("au.com.dius.pact") version "4.5.8"
}
...
pact {
…