Hello, so I am trying to write my Provider test bu...
# pact-net
s
Hello, so I am trying to write my Provider test but I get an error. Here is my SO post: stackoverflow.com/questions/76803005/pact-verification-failed-provider-test-net
blobwave 1
anyone know?
y
I can’t tell from a cursory glance because we don’t have all the code. for example we cant see this function
Copy code
builder.AddBuilderServices(); //my own method which I use to normally add services to my app, // before it starts
the best way to get help, is to create a reproducible example in a public repo https://docs.pact.io/help/how_to_ask_for_help#4-ask-a-good-question
If you’re trying to demonstrate a problem or diagnose a bug, the best possible thing you can do is provide a minimal reproducible example that doesn’t contain any organisational confidential information.
This means someone can drop in and help you, without having to try and reconstruct your test setup