mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 09:02:15 +01:00
Fix for https://github.com/grpc/grpc/issues/34113 - setting C# option base_namespace to an empty string results in inconsistent behavior Allow the `base_namespace` option in the protocol buffers C# gRPC plugin to be specified with an empty string to make sure the plugin has the same behaviour as the protocol buffers compiler.