grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

gRPC for .NET

Results 162 grpc-dotnet issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Currently, [`GrpcClientFactoryOptions.Creator`](https://github.com/grpc/grpc-dotnet/blob/bf26e0377abfa86f34778ee1347565f02d90ffb5/src/Grpc.Net.ClientFactory/GrpcClientFactoryOptions.cs#L50) can implement custom client generation, but the client type is not passed to the `Creator` delegate, so...

enhancement

Code generated from *.proto* files does not include nullable reference type metadata. Investigate: - [ ] Does the status-quo lead to undesirable warnings - [ ] Could Grpc.Tools be updated...

investigate

Hi, Are there any plans to add support for method level interceptors? I have a project which I have created a custom IServiceMethodProvider implementation for service discovery and would like...

needs design

See https://github.com/protobuf-net/protobuf-net.Grpc/issues/210 When a channel is customized to use a HttpClient and has log running streaming calls then HttpClient.Timeout will be triggered. Add section to troubleshooting doc.

docs

This merge request adds some conditions in Grpc.Net.Client.csproj and Grpc.Net.ClientFactory.csproj. Actually, this merge request solves this problem. ![image](https://user-images.githubusercontent.com/68565441/146409387-54bd9ee9-93bb-42ff-8f79-6024218b780e.png) Thank you in advance.

Return false instead of throwing InvalidOperationException on read of a gRPC server stream after the connection was closed. In porting a large application from the deprecated Google gRPC server to...

The current sample (Ticketer) generates a jwt token only by username. It would be nice to have a full username/password sample. It would be even better to have a full...

help wanted

[ dotnet/issues/1494#issuecomment-975918294_](https://github.com/grpc/grpc-dotnet/issues/1494) it seems Xamarin team too busy to answer. do you have any suggestion?

question

It is easy to get bidirectional streaming wrong. Improve docs by calling out common errors and what exceptions map to each error.

enhancement
docs