Open the-owl opened 7 years ago
Electron-edge is based on Edge.js that does not support .NET Core versions above 1.0.0.
I maintain a fork of edge
called edge-js
(https://github.com/agracio/edge-js) that offers support for .NET Core 2.0 although it might have issues.
And just as electron-edge
extends edge
to support Electron platform there is electron-edge-js
(https://github.com/agracio/electron-edge-js) to support Electron. It includes all features of edge-js
and offers support for multiple Electron platforms.
Try it out and let me know if it works for you.
hi @agracio
when I run my application with npm start, it runs without problem but after build it with electron-builder it shows: "edge.initilizeClrFunc is not a function at Object.exports.func .."
electron: v1.7.10 electron-edge-js: v8.3.0 node: v8.9.4 .NET Core: v2.1.4
Is .NET Core 2.0 supported under Linux? I tried a hello world example, but it gave me a CoreCLR initialization error.
index.js looks like this:
Trying to run it produces the following output:
Electron: v1.5.0 Node.js: v7.4.0 .NET Core: v2.0.0 OS: Fedora 26