Hi All, I am completely new to pact-net can someo...
# pact-net
v
Hi All, I am completely new to pact-net can someone point me to good example where I can see 1. How to write consumer test and push to pact-broker in pactflow in .NET? 2. How to verify that same thing from provider, getting contract from pactflow and check in .NET?
👋 1
the docs are always the best place to start https://docs.pact.io/implementation_guides/workshops#examples
v
I feel like it is not really matured for .NET and azure devops? I do not find good samples for the same.
m
The two questions you asked are unrelated to Azure DevOps and are about how to run tests (a seperate concern to your CI/CD pipeline), would you mind elaborating a bit more on your needs?
Publishing is done through our CLI tools
Running the tests through the usual dotnet means
v
I mean if we focus on the consumer we are writing tests that create the contract file. Then which cli you mean ? do you have link for cli tool you mention that read this json file and upload to broker from my azure devops pipeline?
Do we have guideline around this cli tool? I mean
👍 2
y
v
Thank you for sharing ! I will spent sometime on it and see !
👍 1
j
@Vijaykumar Patel - Could you please share the documentations or any other useful information based on what you have learnt? I am also looking for some more detailed documentation around .NET and Azure Devops. Just to let you know that, I am yet to take look at the links shared in this thread.