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

gRPC for .NET

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

Hi, I'm working on error handling for a project and I'm trying to understand if it's possible to intercept or handle errors that seems to be thrown very early in...

enhancement

This would be in addition to syntax highlighting and grammar. This would allow us to have intellisense-like language support such as auto-completion for imported message types.

investigate

Today gRPC responses are always mapped to a service. What about adding some additional startup extension methods for mapping a lambda expression to a gRPC endpoint. ```cs MapGrpcUnaryMethod( this IEndpointRouteBuilder...

needs design

When multiple clients are connected , each client will be able to execute in its own session ? for eg: if i have client 1 connected to instrument1 and client...

Can we use a separate icon for grpc-dotnet related packages when publishing to NuGet? It would be great, if the packages that are related to grpc-dotnet are better distinguishable from...

question

First of all, if this feature exists, consider this a possible documentation issue, as I did not know how to achive it. All documentation and code examples assume the proto...

question

I'm trying to transfer a big data between two services using grpc. The data size is about 23M and is composed by 42 big List. Then I test the performance...

question

The examples lack of sample about service versioning on server. Currently I am working on PoC of versioning and there is only "theory" here: https://docs.microsoft.com/en-us/aspnet/core/grpc/versioning?view=aspnetcore-3.1 and here https://developers.google.com/protocol-buffers/docs/proto3#packages Is there...

question

Hello, I'm planning to use gRPC for my next project, but as far as I've understood only RPC on the server are supported. The situation is that I want to...

question

A few questions regarding https://github.com/grpc/grpc/pull/13207. I didn't read through all 192 comments but I did briefly read through the code after using it in a prototype. 1. .proto files in...