mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
JsonPathMatcher always convert to JArray before matching #193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mapjaha on GitHub (Jul 30, 2019).
Originally assigned to: @StefH on GitHub.
@mapjaha commented on GitHub (Jul 30, 2019):
I have query with this body { "x": "42" }
To check with JsonPathMatcher if x property exist i need this pattern: "$[0].x".
According to your documentation it should be "$.x".
this is my configuration for Wiremock:
@StefH commented on GitHub (Aug 2, 2019):
https://github.com/WireMock-Net/WireMock.Net/pull/311
@StefH commented on GitHub (Aug 2, 2019):
I think I fixed it, can you try this WireMock.Net.1.0.26-ci-11553 from MyGet , https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions
@mapjaha commented on GitHub (Aug 5, 2019):
Maybe yes, but as far as i can see your PR is open.
When it will be released?
@StefH commented on GitHub (Aug 5, 2019):
You can try the preview version which is available at MyGet:
WireMock.Net.1.0.26-ci-11553 from MyGet , https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions
@StefH commented on GitHub (Sep 1, 2019):
@mapjaha Did you have time to test this?
@mapjaha commented on GitHub (Sep 1, 2019):
Hi Stef,
sorry i have no time to test it. But when i do i will let you know my
feedback.
Best regards,
Maryana
niedz., 1 wrz 2019 o 11:59 Stef Heyenrath notifications@github.com
napisał(a):
@StefH commented on GitHub (Sep 23, 2019):
@mapjaha Did you have time to test?
@mapjaha commented on GitHub (Oct 9, 2019):
@StefH
Hi Steff,
sorry for no reply so long.
I have checked changes from this PR https://github.com/WireMock-Net/WireMock.Net/pull/311 and it works.
I can confirm that changes solve my issue.
@StefH commented on GitHub (Oct 9, 2019):
Thank you for testing.
A new NuGet will be released in few days.