icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Add Support for `Result<T, E>` to C# #3875

Closed InsertCreativityHere closed 7 months ago

InsertCreativityHere commented 9 months ago

Now that the parser supports this new builtin type, we need to add support for it in C#.

For reference see: https://github.com/icerpc/slicec/issues/687 & https://github.com/icerpc/slicec/issues/648