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
The NativeCallableAttribute was recently made public. During subsequent C# function pointer discussions it was mentioned the naming of the attribute is inconsistent with the C# function pointer proposal. It has been decided to rename the attribute to UnmanagedCallersOnlyAttribute.
The
NativeCallableAttribute
was recently made public. During subsequent C# function pointer discussions it was mentioned the naming of the attribute is inconsistent with the C# function pointer proposal. It has been decided to rename the attribute toUnmanagedCallersOnlyAttribute
.The intent here is to align with the C# function pointers usage of the
unmanaged
contextual identifier.The following should be performed:
/cc @jkoritzinsky @elinor-fung
The text was updated successfully, but these errors were encountered: