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
101 stars 13 forks source link

Fixed Results Containing Optional Collections #3908

Closed InsertCreativityHere closed 7 months ago

InsertCreativityHere commented 7 months ago

This PR fixes #3898 and adds some test cases to hit it.

This was the same bug as #3881.