electron-edge icon indicating copy to clipboard operation
electron-edge copied to clipboard

Question: When will electron-edge be updated to latest edge with Core CLR support?

Open gingters opened this issue 9 years ago • 3 comments

Title says its all, I guess.

Is there an ETA on when electron-edge will be updated and released to the latest edge version, that has CoreCLR version build in?

Is there anything simple we could do to make this happen rather sooner than later ;-)

gingters avatar Jul 13 '16 11:07 gingters

@gingters I believe the change this fork makes is the version of Node that's being used, and a rename to electron-edge, so when there is Node 6.3.0 (for Electron 1.3.0) support in the original edge repo then I think it should be very easy to update this fork.

patroza avatar Jul 25 '16 19:07 patroza

@gingters I've posted a fork here https://github.com/kexplo/electron-edge/issues/14#issuecomment-235565486

Is there a difference though for Node -> C# ? AFAIK the CoreCLR stuff is just for double-edge (C# -> Node)

patroza avatar Jul 27 '16 12:07 patroza

As I try to load an assembly created by .NET Core (even if compiled for .Net 4.5) I just get type load exceptions. The same code in a real .NET 4.5 project loads fine. So there must be a difference.

gingters avatar Jul 27 '16 12:07 gingters