Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Detect grpc-dotnet support on Windows under .NET Framework #755

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Feb 7, 2024

This will enable more users to use grpc-dotnet instead of Grpc.Core.

Comprehensive testing is impractical, but this has been tested under Windows 10 (uses Grpc.Core) and Windows 11 (uses Grpc.Net.Client).

Fixes #712.

Note that we'll need to revisit code if a later version of Windows Server 2022 fully supports grpc-dotnet.

This will enable more users to use grpc-dotnet instead of Grpc.Core.

Comprehensive testing is impractical, but this has been tested under Windows 10 (uses Grpc.Core) and Windows 11 (uses Grpc.Net.Client).

Fixes googleapis#712.

Note that we'll need to revisit code if a later version of Windows
Server 2022 fully supports grpc-dotnet.
@jskeet jskeet requested a review from a team as a code owner February 7, 2024 11:44
@jskeet jskeet merged commit bfa72ad into googleapis:main Feb 7, 2024
4 checks passed
@jskeet jskeet deleted the grpc-detection branch February 9, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate Grpc.Net.Client changes for GAX impact
2 participants