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

Generate doc-comments from source generators #3937

Closed bernardnormier closed 5 months ago

bernardnormier commented 5 months ago

This PR updates the Slice and Protobuf source generators to generate doc comments.

Fixes #3933.