-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Consume the internalized System.Net.Quic sources #19156
Conversation
|
||
OperatingSystem ver = Environment.OSVersion; | ||
|
||
if (ver.Platform == PlatformID.Win32NT && ver.Version < new Version(10, 0, 19041, 0)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This check fails in our repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scalablecory this is something we'll need to revisit. Environment.OSVersion is extremely unreliable and shouldn't be used in production code. I'll file an issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending the OS check, lgtm
@Tratcher is this ready to go? If so please merge |
@wtgodbe this is now ready to merge but the branch is restricted. Please merge. |
* Consume the internalized System.Net.Quic sources * More changes from rebase * Remove Console.WriteLine
* Consume the internalized System.Net.Quic sources (#19156) * Consume the internalized System.Net.Quic sources * More changes from rebase * Remove Console.WriteLine * Additional code sync
This mirrors dotnet/runtime#32549.
@scalablecory I've also pulled in your most recent changes to the shared sources. See the second commit. Fixes #18943
@jkotalik Please help me run a sanity test with MSQuic.