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

API reference for Result's Dunet-generated methods #3892

Closed bernardnormier closed 9 months ago

bernardnormier commented 9 months ago

The generated C# API reference includes numerous entries for Dunet-generated methods (Match, MatchAsync, MatchXxx and more). However, the Dunet methods don't have any doc-comment and as a result the API reference for these methods is not very readable.

Should we:

Some other solution, like improve Dunet to generate doc comments?