-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExactMatcher does not accept ISO8601 DateTime? #383
Comments
@yankeepenky Do you still need support on this issue? |
Just using |
@StefH I checked the issue again, now while debugging your code: This is the json file: The issue is the pattern being cast to a DateTime: here matcher.Pattern is a DateTime and Serialization occurs here: Server\FluentMockServer.Admin.cs Line 232 |
@yankeepenky I understand your issue. |
@StefH Great news! all my tests succeeded! thank you for your fix... |
Hi, I am trying to respond to the following sample request:
[GET] http://localhost/api/update?since=2019-12-01T22:10:25.000Z
using this mapping in a json file:
I am receiving a 404 response.
The mapping does not even get registered. The otuput log says:
Have you got any ideas why this won't work as expected??
thank you! (ps: great project I love it!)
The text was updated successfully, but these errors were encountered: