Hey y'all. I'm trying to set up a provider. Does a...
# pact-net
j
Hey y'all. I'm trying to set up a provider. Does anyone have an example of using Wiremock .NET or something similar to set up the mock server? Or does anyone have recommendations for what tools to use for that?
m
Pact provides a mock server, so you don’t use something like Wiremock with it
howtoexamples
s
m
there is at least 1 .NET there I think, as well as one in the .NET github repo
j
Even on the provider end? I'm using the built-in mock server for the consumer
m
oh, to mock third party dependencies you mean?
Yes, sorry, you can use whatever you want there