mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Allow 64 bit numbers in JSON #251
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 @ezarko on GitHub (Feb 20, 2020).
I noticed in testing that if I add a key to a JSON body with an integer value greater than the maxint for a 32 bit integer, then a LinqMarcher on the body will fail, even if it is not checking that field. I would guess that it is no longer parsing the body correctly.
@StefH commented on GitHub (Feb 20, 2020):
Thank you for reporting. I will take a look.
@StefH commented on GitHub (Feb 22, 2020):
@ezarko Can you please test
WireMock.Net.1.1.8-ci-12754.nupkgversion from MyGet (https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions)@ezarko commented on GitHub (Feb 25, 2020):
Would it be possible for you to provide a test docker image for https://github.com/WireMock-Net/WireMock.Net-docker? Or at least a Dockerfile I could use to build the same? I tried to spin one up myself, but it is taking me longer than I have to devote to this today.
@StefH commented on GitHub (Feb 25, 2020):
I will just merge this fix into master and make a new Docker. Keep a watch on dockerhub
@ezarko commented on GitHub (Mar 12, 2020):
I have verified this in 1.1.10. Works great. Thanks!
@StefH commented on GitHub (Mar 13, 2020):
Thanks for checking.