grpc / grpc-dotnet

gRPC for .NET
Apache License 2.0
4.21k stars 773 forks source link

Is there a CodeFirst version of web ClientFacotry #1537

Closed ldsenow closed 2 years ago

ldsenow commented 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(...)

JamesNK commented 2 years ago

I don't know. Perhaps you could try asking the person who wrote code-first gRPC?

rafikiassumani-msft commented 2 years ago

Closing this issue due to inactivity.