Tuples can be defined as globals as well as arguments as per https://github.com/edgedb/edgedb/pull/4489, currently, the .NET binding doesn't implement a way to encode tuples.
The tuple codec will have to become a complex codec to support ValueTuple<>, Tuple<>, and TransientTuple during serialization, following the pipeline defined in #28
Summary
Tuples can be defined as globals as well as arguments as per https://github.com/edgedb/edgedb/pull/4489, currently, the .NET binding doesn't implement a way to encode tuples.
The tuple codec will have to become a complex codec to support
ValueTuple<>
,Tuple<>
, andTransientTuple
during serialization, following the pipeline defined in #28