Hi all. I'm having some issues getting the Messaging example to work.
When I try to implement it, the IMessagePactBuilderV3.WithJsonContent() is not returning an IConfiguredMessageVerifier, but an IMessagePactBuilderV3. So the .Verify() method cannot be resolved in the ReceiveSomeStockEvents() test, because it thinks it's the wrong type. I created a minimal repo that shows the issue here:
https://github.com/rishispeets/pact-net-messaging-example-test/blob/master/TestProject1/StockEventProcessorTests.cs. I get the same behaviour in a non-trivial project.
It's the exact same copied code from the PactNet repo, but I must be doing something wrong, because it works when I clone the PactNet repo and run that. Does anybody know what the issue might be? (I'm pretty new to dotnet btw)