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

Merge 0.3.x into main #3979

Closed externl closed 6 months ago

externl commented 6 months ago

This PR merges 0.3.x into main. To merge this I need to be careful and create a merge commit. One main diverges further away from 0.3.x we should instead cherry-pick fixes onto 0.3.x instead of merging upward.

pepone commented 6 months ago

Are we keeping the examples in main using 0.3.*? I guess we can until there is a need to use the changes from main.

externl commented 6 months ago

I fixed them to be 0.4.0-preview1 again since we document that in the example README.