Closed daTooz closed 1 year ago
Hey, that is pact-js you are using and this is the pact-net repo. did you mean to raise this issue against https://github.com/pact-foundation/pact-js
@YOU54F thank you for the prompt response. I am using pact-net and the behavior is exhibiting using C# .net 7. Thanks!
- "@pact-foundation/pact": "^12.1.0",
This is pact-js
https://www.npmjs.com/package/@pact-foundation/pact
pact-nets packages are from nuget
https://www.nuget.org/packages/PactNet/
Your code snippet does not show .NET code
Thank you! I have multiple IDEs open. You are correct. Thank you!
I am attempting to new up a PactV3 using PactV3Options but it appears that the port property value is not respected...
...whether or not the port value is set, the mockerserver is assigning a random port.
NOTES: