Skip to content

Evaluate Grpc.Net.Client changes for GAX impact #712

@jskeet

Description

@jskeet

See:

Changing from Grpc.Core to Grpc.Net.Client seamlessly is great if it works (although it could cause some surprises in terms of logging etc). It sounds like the only cases we need to worry about are ".NET Framework, on Windows Server 2022, with an API that uses client/bidi-streaming." We could potentially detect whether any APIs use client/bidi-streaming and still fall back to Grpc.Core when on .NET Framework by default for those - or do the more complex OS check if necessary. We should work out how many APIs actually have client/bidi-streaming methods.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions