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

Update docs on .NET Framework support to match reality #2197

Closed
jtattermusch opened this issue Jul 18, 2023 · 1 comment · Fixed by dotnet/AspNetCore.Docs#30033
Closed

Update docs on .NET Framework support to match reality #2197

jtattermusch opened this issue Jul 18, 2023 · 1 comment · Fixed by dotnet/AspNetCore.Docs#30033
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jtattermusch
Copy link
Contributor

https://learn.microsoft.com/en-us/aspnet/core/grpc/supported-platforms?view=aspnetcore-7.0#net-grpc-client-requirements

The doc currently mentions that Grpc.Net.Client over WinHttpHandler requires Win 11+ and doesn't say anything about Windows Server 20xx (which could be interpreted by many that Win Server 2022 has the same degree of support as Win 11).

According to my recent tests:

  • Grpc.Net.Client on .NET Framework (using WinHttpHandler) will work fully (including bidi and client streaming) on Win 11
  • Grpc.Net.Client on .NET Framework (using WinHttpHandler) will work partially on Win 2022 Server (bidi and client streaming call won't work, unary and server streaming will be fine).

Also the overview table mentions .NET Framework 4.6.1, for which support has already ended in 2022. Should we replace the row with ".NET Framework 4.6.2"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants