-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[HTTP/3] Support NativeAOT on Windows #73291
Copy link
Copy link
Closed
Labels
area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
HTTP/3 should be supported also in NativeAOT scenario on Windows.
Linux is simple as msquic is "part of OS" - external package that is prereq for HTTP/3 to work.
On Windows, we build and include msquic.dll as part of .NET Runtime.
@vitek-karas or @MichalStrehovsky can point us to what needs to happen to make it work.
cc @jkotas
Related to Single-file support in #73290
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions