thanks, is there any demo framework available for learning and understanding purpose using .NET RestClient.
y
Yousaf Nabi (pactflow.io)
07/10/2023, 1:24 PM
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
rohit
07/11/2023, 12:25 PM
@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.
You have already been provided several resources, by community members and maintainers, I would strongly suggest you read them
Yousaf Nabi (pactflow.io)
07/11/2023, 12:52 PM
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