Skip to content

uuid type does not serialize correctly #140

Open
@ghost

Description

Recent changes introduced by #137 cause optional uuid types to be written to the wire as e.g. 'Some(c5bff7f0-b4df-475e-a331-f737424f013c)'. This is quite a tricky area but I would suggest:
defaultArg theGuid Guid.Empty would potentially be more compatible, but this is a bit opinionated.

Workaround:
It is possible to use DelegatingHandler (example #132 (comment)) to replace Some(guid) with guid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions