electron-edge
electron-edge copied to clipboard
Question: When will electron-edge be updated to latest edge with Core CLR support?
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 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.
@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)
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.