You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately there is a compatibility problem between 13.0.1 and 13.0.2.
13.0.1 is serializing 00:00:00 TimeOnly as empty strings. And the deserializing is working from an empty string to 00:00:00.
But in 13.0.2 an empty string is not deserializable to 00:00:00 TimeOnly.
(meanwhile the serialization result is different too, but I do not care about that one)
I attached a minimal working example.
Just open the TimeOnlySerialization/TimeOnlySerialization.sln and run the 2 separate projects and see the console output!