Skip to content

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