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

### What version of gRPC and what language are you using? grpc-dotnet 2.47 ### What operating system (Linux, Windows,...) and version? Linux - Mariner 2.0 ### What runtime / compiler...

bug

Hi, first, thanks for all the work you put into this library! I'm really looking forward to using it!! Are there any plans to support the REST-like HTTP/JSON transcoding (https://cloud.google.com/endpoints/docs/grpc/transcoding...

enhancement

I'm trying to address https://github.com/googleads/google-ads-dotnet/issues/445 and noticed that there's no support for custom grpc settings. How do I set the the following settings? ``` * grpc.max_metadata_size * grpc.http_proxy ``` @jtattermusch...

enhancement

What version of gRPC and what language are you using? c# GRPC 2.34.0 Google.Protobuf 3.17.3 What operating system (Linux, Windows,...) and version? Windows 10 What runtime / compiler are you...

question
needs-author-feedback

### What version of gRPC and what language are you using? Issue detected initally with 2.46.0 but started with 2.44.0. Behavior was fine until 2.43.0 (tested from 2.38.0 on) ###...

bug
investigate
needs-author-feedback

I know that Unity support isn't planned for `grpc-dotnet` (#710 and #1155). However, since Grpc.Core is going to be deprecated (see [The future of gRPC in C# belongs to grpc-dotnet](https://grpc.io/blog/grpc-csharp-future/)),...

question

Fixes https://github.com/grpc/grpc-dotnet/issues/1800 Note that this change means Grpc.Core using a newer version of Grpc.Core.Api no longer throws an error when calling `ChannelCredentials.Create(ChannelCredentials.Insecure, callCredentials)`. That could be remedied by updating Grpc.Core...

Provide a way to validate messages, similar to ASP.NET Core MVC's model validation - https://docs.microsoft.com/aspnet/core/mvc/models/validation Potential solution: https://github.com/envoyproxy/protoc-gen-validate. Either code generation of validation, or runtime validation.

enhancement