-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use nint
for native-sized integers in Marshal
#11652
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
Conversation
This is the first place that where |
dotnet-api-docs/xml/System/Math.xml Lines 463 to 469 in 369ed46
|
Use `nint`/`nuint` from .NET 7 to clarify intent; they became full aliases to `IntPtr`/`UIntPtr` from this version. Follow-up dotnet#11652
@jkotas The member signatures are autogenerated and will be overwritten. I'm not sure if the autogenerated signature will be the same as the change that was merged here, or if this user story (which was bulk removed in June :-( ) will prevent the proper display. |
…)" This reverts commit 369ed46.
Related: dotnet/runtime#118335
cc: @jkotas