Hi team, we are doing POC on contract testing usin...
# pact-net
r
Hi team, we are doing POC on contract testing using pact, we need help for implementing pact flow, please share the resources
y
r
thanks, is there any demo framework available for learning and understanding purpose using .NET RestClient.
y
Don’t think so, not that I’ve seen. The basic principles of Pact apply regardless which .NET example or tutorial you choose, but the actual implementation detail depends on your project structure.
r
@Yousaf Nabi (pactflow.io) need help regarding implementation of pactflow in the existing framework from the scratch, kindly help us with the required basic to advance resources.
y
They are linked on that page, https://docs.pactflow.io/docs/examples/dotnet/consumer/ https://docs.pactflow.io/docs/examples/dotnet/provider/ You probably won’t find hand held based instructions and they will require some investment from your side
You have already been provided several resources, by community members and maintainers, I would strongly suggest you read them
https://docs.pact.io/help/how_to_ask_for_help#4-ask-a-good-question If you can provide a public sample of your code base (you mentioned RestClient) someone could help apply Pact to that, otherwise as shown there are examples live today you can run, either locally or in CI via GitHub actions