Explorar el Código

Add ClientBase type forward

James Newton-King hace 6 años
padre
commit
8ca58d55fe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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))]