Closed ldsenow closed 2 years ago
Hi there,
I am wondering if there is package that can be used in Blazor wasm with code first + client factory + grpc web?
Grpc.Net.Client.Web is the one I am using to create the GRPC service. It works fine but just have some boilerplate code.
Something like services.AddCodeFirstGrpcService(...).AddInterceptor(...).ConfigurePrimaryHttpMessageHandler(...)
I don't know. Perhaps you could try asking the person who wrote code-first gRPC?
Closing this issue due to inactivity.
Hi there,
I am wondering if there is package that can be used in Blazor wasm with code first + client factory + grpc web?
Grpc.Net.Client.Web is the one I am using to create the GRPC service. It works fine but just have some boilerplate code.
Something like services.AddCodeFirstGrpcService(...).AddInterceptor(...).ConfigurePrimaryHttpMessageHandler(...)