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

.NET 4.8 Framework support #267

Merged
merged 43 commits into from
Jan 30, 2024
Merged

.NET 4.8 Framework support #267

merged 43 commits into from
Jan 30, 2024

Conversation

alexeyzimarev
Copy link
Member

No description provided.

@linear
Copy link

linear bot commented Oct 11, 2023

DEV-70 .NET Framework support

We need to take into account users who are on .NET Framework, TCP client & V5 moving to later DB versions but not to .NET Core or .NET 6+ yet.

@alexeyzimarev
Copy link
Member Author

I did some initial work to add .NET Framework 4.8 (can be lowered to 4.7.1) support back to the new client. The main issue that remains is lack of SocketHttpMessageHandler. We probably need to check the Grpc.Net.Client examples to see how they deal with HTTP/2 in legacy framework.

@alexeyzimarev
Copy link
Member Author

Not sure how to add tests there as it builds on Ubuntu. Need to remove net5.0 from the matrix. Maybe add a separate job for 4.8, running on Windows?

@thefringeninja thefringeninja force-pushed the dev-70-net-framework-support branch from c0051ac to 1ffb490 Compare October 17, 2023 17:09
@thefringeninja thefringeninja force-pushed the dev-70-net-framework-support branch from 1ffb490 to 26869d9 Compare October 17, 2023 17:19
@RagingKore RagingKore changed the title .NET 4.8 Framework support [DRAFT] .NET 4.8 Framework support Nov 6, 2023
@RagingKore RagingKore marked this pull request as ready for review January 29, 2024 12:06
@RagingKore RagingKore changed the title [DRAFT] .NET 4.8 Framework support .NET 4.8 Framework support Jan 29, 2024
@w1am w1am requested a review from cdevarenne January 30, 2024 10:18
@w1am w1am merged commit def981a into master Jan 30, 2024
59 checks passed
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.

5 participants