Based on this stackoverflow submission.
It seems like there is a bit of a feature gap in the current interface for ILGenerator. .NET Core has a EmitCalli method, but the calling conventions it supports do not line up exactly with the ones exposed from the .NET Framework: https://msdn.microsoft.com/en-us/library/d81ee808(v=vs.110).aspx
We should understand if this is a meaningful gap, or if the use cases for the .NET Framework version can still be covered by the new version.
We may already be considering adding this functionality back as part of our bigger API compat push.
cc: @atsushikan
Based on this stackoverflow submission.
It seems like there is a bit of a feature gap in the current interface for
ILGenerator. .NET Core has aEmitCallimethod, but the calling conventions it supports do not line up exactly with the ones exposed from the .NET Framework: https://msdn.microsoft.com/en-us/library/d81ee808(v=vs.110).aspxWe should understand if this is a meaningful gap, or if the use cases for the .NET Framework version can still be covered by the new version.
We may already be considering adding this functionality back as part of our bigger API compat push.
cc: @atsushikan