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

Remove unused using from examples #3920

Closed bernardnormier closed 6 months ago

bernardnormier commented 7 months ago

Some examples have unknown usings. It would be nice to: (a) remove them (b) detect them all

For example: protobuf/Logger/Server/Program.cs has an unused "using IceRpc.Protobuf;"

bernardnormier commented 6 months ago

Fixed.