Closed
Description
In #12 I already mentioned about the main problem for netstandard2.0. And this is what I'm talking about:
An unmanaged EmitCalli is available only with netcoreapp2.1+ https://github.com/dotnet/corefx/issues/9800
But System.Reflection.Emit.ILGeneration
is just metadata while mscorlib/src/System/Reflection/Emit/DynamicILGenerator
implements this since dotnet/coreclr#16546
See System.Private.CoreLib.dll
More probably we can try inject this logic at runtime o_O Or does exist something related? Cecil is extra cost for just single EmitCalli <_<