-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
QUIC: Aquiring msquic.dll on Windows and Linux #52085
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThere was an experimental Quic package that included msquic.dll for .NET 5. You could add that to your app to get the right msquic.dll version. With .NET 6 today you must build msquic.dll and then copy it to the runtime location. The issue is for figuring out how msquic.dll will be acquired on Windows and implementing it. This is blocking integration testing and benchmarking in CI or perf environments.
|
@wfurt So we have officialy published linux packages, we're binplacing on Windows, can this be closed? Are we missing something still? |
Is information about using the Linux package published somewhere? |
Officially no, not yet, we should put that in docs though. |
Not urgently. Update instructions about msquic in the readme and I'll figure it out from that. |
Docs updated: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Quic/readme.md This is resolved. |
Re-opening as we don't see msquic.dll in the runtime directory (Windows SDK) We've checked 6.0.0-preview.7.21360.10 and 6.0.0-preview.7.21362.3. |
Let's close this as dup of #55639. |
There was an experimental Quic package that included msquic.dll for .NET 5. You could add that to your app to get the right msquic.dll version.
With .NET 6 today you must build msquic.dll and then copy it to the runtime location.
This is blocking integration testing and benchmarking in CI and perf environments.
The text was updated successfully, but these errors were encountered: