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

In the past implementation for net core and in implementations for other languages now, it is possible to use this argument.

enhancement

**What version of gRPC-Java are you using?** 1.47.1 What is your environment? for Android, grpc verison v1.47.1 Tested with Android 6 to Android 14 app client ManagedChannel = OkHttpChannelBuilder.forAddress(TLS_HOST, TLS_PORT)...

question

Hi! I'm hitting the same error as #1733 but with windows 11 .net framework client to .net framework server works fine .net 8 client to python server works fine I'm...

bug

try to fix the build error in https://github.com/grpc/grpc-dotnet/actions/runs/9087951847/job/24976660339

Hello. My question consists of two parts: the actual question and the context behind it. It might be the case that the context is important as much as the question...

question

### Is your feature request related to a problem? Please describe. Both #2404 and internal issues I've been looking at for Google Cloud client libraries have required customization of the...

enhancement

### What version of gRPC and what language are you using? We're using the [Google.Cloud.Talent.V4](https://www.nuget.org/packages/Google.Cloud.Talent.V4/2.6.0) `2.6.0` NuGet package for NET 8.0 This references `Grpc.Net.Api` `2.6.0` ### What operating system (Linux,...

bug

Now if you try access to method name from context you will see only full name and no way to get access separately to Name and ServiceceName fields, only through...

question

We are using the grpc web on net framework because we have some problem about supporting the http2. we are expecting that while using the grpc-web, it should using the...

question

I have .NET 8.0 application which uses NuGet package Grpc.Core 2.46.6 and runs under Alpine Linux (mcr.microsoft.com/dotnet/runtime:8.0-alpine). I also have following packages preinstalled: apk add --no-cache aws-cli gcompat icu-data-full icu-libs...

question