Stef Heyenrath

Results 713 comments of Stef Heyenrath

No this is not easily done. The only possible way is to use https://github.com/WireMock-Net/WireMock.Net/wiki/Scenarios-and-States

Related to https://github.com/WireMock-Net/WireMock.Net/issues/671 it seems.... Your approach is currently the only one. I need some time to think of something else..

@julien-azouz-beezup Would [Scenarios-and-States](https://github.com/WireMock-Net/WireMock.Net/wiki/Scenarios-and-States) be a solution for your issue?

What you seek is a playback functionality. So maybe adding a new property like `PlaybackOrder` to the mapping would solve your question. This PlaybackOrder will be used to determine which...

For me it's easier to check the PlaybackOrder (nullable int) property in case multiple matches are found. One thing remains is that I need to keep track of which match...

OData is just a specification. With WireMock.Net you can stub any request and response. Or do you have a different question?

Hello @bettyybei, thank you for this issue. I did some research, and I think that the JsonPathMatcher works fine, but the examples are wrong. The following code works fine ```...

@bettyybei Did you have time to verify this? Else I will close this question.

@bettyybei Did you have time to verify this? Else I will close this question.

Hello @bettyybei, I'll close this issue for now, in case you still have questions, please reply to this comment.