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

Remove SliceDecoder parameter from Activator methods #3876

Closed bernardnormier closed 9 months ago

bernardnormier commented 10 months ago

This parameter is never used to decode anything, so we should remove it.