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

Move SliceDispacherBuilderExtensions to IceRpc #3776

Closed pepone closed 11 months ago

pepone commented 11 months ago

We should move this extension method to IceRpc assembly, as we already moved GetDefaultServicePath

https://github.com/icerpc/icerpc-csharp/blob/78479d2949efdecd3c753c851063540917ece074/src/IceRpc.Slice/SliceDispacherBuilderExtensions.cs#L9

pepone commented 11 months ago

Fixed in #3777