Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update gRPC adapter detection to always use Grpc.Core on .NET Fr…
…amework Currently, users who have a recent (extra) Grpc.Net.Client dependency and are using .NET Framework will default to Grpc.Net.Client, even if it won't work due to client/bidi-streaming calls. Eventually we'll detect this properly, but for now we can just use Grpc.Core unconditionally on .NET Framework. (This can still be overridden with the environment variable or explicit code, of course.) This is part of #712, but doesn't fully address it.
- Loading branch information