This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 508
canGetCookieForPInvokeCalliSig not implemented #5587
Comments
Thanks for reporting it! We don't track this anywhere because we didn't hit it yet. Seems like this is from a |
Yes, that's likely, and it's probably from this library. If that's the case, then a simpler repro could probably be created from that package alone. |
Small update: I checked again and this is indeed caused by the above library. SharpDX hits the same issue since it also uses |
@MichalStrehovsky +1, can't use SharpDX due this :-\ |
@MichalStrehovsky +1 we are hitting this issue aswell in our project. Would greatly appreciate a fix |
MichalStrehovsky
added a commit
to MichalStrehovsky/corert
that referenced
this issue
Apr 17, 2018
This is a building block to be able to write a repro case for dotnet#5587 in C#. With this, it's possible to use `AddrOf` intrinsic in connection with `StdCall` to hit the unimplemented functionality with pure C#.
This was referenced Jun 19, 2018
Merged
MichalStrehovsky
added a commit
that referenced
this issue
Jul 2, 2018
This is a building block to be able to write a repro case for #5587 in C#. With this, it's possible to use `AddrOf` intrinsic in connection with `StdCall` to hit the unimplemented functionality with pure C#.
MichalStrehovsky
pushed a commit
that referenced
this issue
Jul 2, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to compile this project with CoreRT: https://github.com/mellinoe/veldrid/tree/master/src/NeoDemo.
I added the latest
Microsoft.DotNet.ILCompiler
package and simply randotnet publish -r win-x64
.Any plans to implement this functionality, or is it tracked anywhere else? I searched briefly but didn't find anything.
The text was updated successfully, but these errors were encountered: