Ver código fonte

Add ClientBase type forward

James Newton-King 6 anos atrás
pai
commit
8ca58d55fe
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      src/csharp/Grpc.Core/ForwardedTypes.cs

+ 2 - 0
src/csharp/Grpc.Core/ForwardedTypes.cs

@@ -38,6 +38,8 @@ using Grpc.Core.Utils;
 [assembly:TypeForwardedToAttribute(typeof(CallInvoker))]
 [assembly:TypeForwardedToAttribute(typeof(CallInvokerExtensions))]
 [assembly:TypeForwardedToAttribute(typeof(CallOptions))]
+[assembly:TypeForwardedToAttribute(typeof(ClientBase))]
+[assembly:TypeForwardedToAttribute(typeof(ClientBase<>))]
 [assembly:TypeForwardedToAttribute(typeof(ClientInterceptorContext<,>))]
 [assembly:TypeForwardedToAttribute(typeof(ContextPropagationOptions))]
 [assembly:TypeForwardedToAttribute(typeof(ContextPropagationToken))]