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

[release/8.0-preview1] [QUIC] Fix conditions to bin place msquic.dll for Windows builds #81492

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2023

Backport of #81490 to release/8.0-preview1

Fixes #81447

/cc @ManickaP

Customer Impact

There's no QUIC nor HTTP/3 support on Windows (specifically Windows 11 as older versions were never supported) without this fix. Applies to both client and server scenarios.

Testing

Added test checking the presence of msquic.dll on supported Windows versions via QuicListener/QuicConnection.IsSupported. Note that this test is currently failing on main (where this fix isn't merged yet) in #81481.

Risk

Low as we tested locally, we're adding test with this PR and the change only re-introduces msquic.dll to the released .NET bits as was with previous versions.

@ghost
Copy link

ghost commented Feb 1, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #81490 to release/8.0-preview1

/cc @ManickaP

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net

Milestone: -

@github-actions github-actions bot force-pushed the backport/pr-81490-to-release/8.0-preview1 branch from 2812e7b to 2ad2199 Compare February 1, 2023 17:59
@carlossanlop carlossanlop added this to the 8.0.0 milestone Feb 1, 2023
@carlossanlop carlossanlop added the Servicing-consider Issue for next servicing release review label Feb 1, 2023
@carlossanlop
Copy link
Member

carlossanlop commented Feb 1, 2023

Tactics approved it in the Preview1 chat, I'll add the label. Assuming the CI passes, I will merge.

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Feb 1, 2023
@carlossanlop
Copy link
Member

carlossanlop commented Feb 1, 2023

@carlossanlop carlossanlop merged commit 554b2c7 into release/8.0-preview1 Feb 1, 2023
@carlossanlop carlossanlop deleted the backport/pr-81490-to-release/8.0-preview1 branch February 1, 2023 20:45
@ghost ghost locked as resolved and limited conversation to collaborators Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants