Replies: 1 comment 4 replies
-
Can you show us part of the JSON where TimeSpan is serialized? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am quite lost...
I am using Blazor Web Assembly App at the client side that consumes a ASP.NET Core Web Api Controller at the server side...
Somehow everything works fine..but when I started trying to read and write a bunch of time-related data using TimeSpan, my app crashes..sometimes I get a BadRequest (400)...???
I realized that it is related to using TimeEdit and/or TimeSpan, because if I remove all the code related to TimeEdit and TimeSpan, everything seems to work fine...
I think something is wrong somewhere when I am executing the following code:
Can anybody please help me use TimeEdit with this? Am I using this wrong?
Beta Was this translation helpful? Give feedback.
All reactions