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

Review and fix namespace names in server examples #3910

Closed bernardnormier closed 6 months ago

bernardnormier commented 7 months ago

The namespace name in the server examples is supposed to be Server, and it was initially correct.

However, we renamed many examples without changing this name. For example, Logger used to be GreeterLog, and the namespace remains GreeterLogServer.