Open

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
Labels
No labels