issues
search
edgedb
/
edgedb-net
The official .NET client library for EdgeDB
https://edgedb.com
Apache License 2.0
82
stars
9
forks
source link
Fix F# option interop
#58
Closed
quinchs
closed
1 year ago
quinchs
commented
1 year ago
Summary
This PR fixes both #55 and #54 by:
Extracting the wrapping type of option when visiting codecs
Extracting the value from options when serializing arguments
Fixing anonymous types with option types (closely related to #56)
cc @Darkle
Summary
This PR fixes both #55 and #54 by:
cc @Darkle