You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we are targeting .NET 6, we can make use of the UnmanagedCallersOnlyAttribute and function pointers, and remove the overhead of managed delegates for calling to/from unmanaged code.
We will know this work is done when we can remove Delegates.cs.
Now that we are targeting .NET 6, we can make use of the UnmanagedCallersOnlyAttribute and function pointers, and remove the overhead of managed delegates for calling to/from unmanaged code.
We will know this work is done when we can remove Delegates.cs.
Here is a (probably incomplete) list of methods to convert to UnmanagedCallersOnlyAttribute:
The text was updated successfully, but these errors were encountered: