Skip to content
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

NativeCallableAttribute to UnmanagedCallersOnlyAttribute #35592

Merged
merged 2 commits into from
Apr 29, 2020

Conversation

AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Apr 29, 2020

Replace NativeCallableAttribute usage with UnmanagedCallersOnlyAttribute.
Update tests.
Update coreclr implementation to reflect new name.

Fixes: #35433

/cc @jkotas @jkoritzinsky @elinor-fung

Replace NativeCallableAttribute usage with UnmanagedCallersOnlyAttribute.
Update tests.
Update coreclr implementation to reflect new name.
@AaronRobinsonMSFT
Copy link
Member Author

@jkotas Should this be marked "breaking change" since it breaks code with previous previews?

@jkotas
Copy link
Member

jkotas commented Apr 29, 2020

Should this be marked "breaking change" since it breaks code with previous previews?

No. Breaking changes between regular previews are not tracked as breaking changes (exception are late previews with go-live support).

…pServices/UnmanagedCallersOnlyAttribute.cs

Co-Authored-By: Jan Kotas <jkotas@microsoft.com>
@AaronRobinsonMSFT AaronRobinsonMSFT merged commit f185bd5 into dotnet:master Apr 29, 2020
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the runtime_35433 branch April 29, 2020 06:00
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename NativeCallableAttribute to UnmanagedCallersOnlyAttribute
3 participants