Skip to content

Backward incompatibility issue between 13.0.1 and 13.0.2 #3083

@Augment1n

Description

@Augment1n

Dear Newtonsoft team,

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!

MinimalWorkingExample.zip

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions