edge icon indicating copy to clipboard operation
edge copied to clipboard

Run .NET and Node.js code in-process on Windows, MacOS, and Linux

Results 174 edge issues
Sort by recently updated
recently updated
newest added

C:\Users\qzzf1w\Downloads\edge-master\edge-master\tools>build.bat release 8.2.1 gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | win32 | ia32 gyp info find Python using Python...

Hi all, I have seen similar issues around my problem and tried some of them but no solutions. I am in desperate need to get this resolved. if it has...

I tried "npm install edge" to use C# from a node project but it complained about the lack of a solution file (SLN?). Are there any examples of a project...

I am using edge for the first time. I am getting this error: > Error: The JavaScript function was called synchronously but the underlying CLR function returned without completing the...

Hi all, Currently my nodejs trows me such error: 'return edge.initializeClrFunc(options); ^ Error: Could not load type 'Startup' from assembly 'kzak5ddr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.' Could you please suggest me which...

Not sure if this is the right place to ask this question, but I'm trying to use edge in my electron app (using https://github.com/kexplo/electron-edge). Everything works fine when I run...

It looks like Edge is preventing the application domain where is executed from being unloaded. I created a simple application to repro the issue, it's here. https://gist.github.com/pcibraro/1dadbf99eff02df7ed90 I noticed this...

I'm trying to integrate a .NET assembly written for .NET v3.5 to node. To be able to run this assembly on .NET v4.5, app.config (node.exe.config) should contain theese lines: `...

Hi, I need to know if is possible to use another executable name for node.exe. We have some projects where we change the name node.exe for medussa_project.exe and edge_nativeclr fails....