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

Synchronize class_generator and exception_generator #4024

Closed bernardnormier closed 3 months ago

bernardnormier commented 3 months ago

Slice class and Slice exceptions are very similar, so it makes sense for class generator and exception generator to be very similar.

This PR synchronizes these 2 implementations, starting with the existing class_generator implementation.