-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
Milestone
Description
Introduce a source generator for interop calls from: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.NativeMethods.cs.
Consider addressing comments:
- make them static, hide
ApiTableandApi: [QUIC] Fix native crashes and heap corruption via "generated-like" interop #74669 (comment) - customize
Open...methods to directly createMsQuicContextSafeHandle: [QUIC] Fix native crashes and heap corruption via "generated-like" interop #74669 (comment) - include native call logging
- we might create another logging source for this and for callback event details, which logging might be generalized: fix MaxResponseHeadersLength tests #74479 (comment)
- common logging issue for Quic: [QUIC] Update logging #51177