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

Move CallConv* to the same reference assembly as System.Object #38132

Closed
tannergooding opened this issue Jun 19, 2020 · 2 comments · Fixed by #38473
Closed

Move CallConv* to the same reference assembly as System.Object #38132

tannergooding opened this issue Jun 19, 2020 · 2 comments · Fixed by #38473

Comments

@tannergooding
Copy link
Member

CallConvCdecl, CallConvStdcall, CallConvFastcall, and CallConvThiscall need to be moved from System.Runtime.CompilerServices.VisualC into System.Runtime (the same assembly that contains System.Object and contains no references) in order to support function pointers for C# 9.

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Jun 19, 2020
@tannergooding
Copy link
Member Author

@tannergooding tannergooding added this to the 5.0.0 milestone Jun 19, 2020
@davidwrighton davidwrighton removed the untriaged New issue has not been triaged by the area owner label Jun 20, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants