Blazor Deserialization error #11476
Labels
area-blazor
Includes: Blazor, Razor Components
External
This is an issue in a component not contained in this repository. It is open for tracking purposes.
With upgrade to .NEt core 3 review 6 I get a deserialization issue with date using HttpClient.GetJsonAsync() in Blazor
Here is the json:
If I use this code:
The date is not deserialized correctly an I get a January 1st date
If I use this code:
the date is correctly deserialized.
The text was updated successfully, but these errors were encountered: