-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Source generators for interop calls #75009
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsIntroduce 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.
|
Would #63590 cover your needs? |
I think we can handle this with #68276. MSQuic's table-based API was one of the motivating ideas behind the "no-implicit-this" support in that PR. |
Triage: we have a functional interop layer in place, there isn't many API changes coming from msquic and this is not a simple task. For those reasons putting into future. |
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:
ApiTable
andApi
: [QUIC] Fix native crashes and heap corruption via "generated-like" interop #74669 (comment)Open...
methods to directly createMsQuicContextSafeHandle
: [QUIC] Fix native crashes and heap corruption via "generated-like" interop #74669 (comment)The text was updated successfully, but these errors were encountered: