tjanczuk / edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
http://tjanczuk.github.io/edge
Other
5.41k stars 642 forks source link

Will Edge.js NuGet package works with .net 6.0 #731

Closed satya023 closed 1 month ago

satya023 commented 1 year ago

Hi,

I am looking for a way to invoke my methods inside the dll using java script and i came across edge-js. It was working fine with the versions of dotnetcore1 and net467. But the dll i want to invoke is in .net6.0 and getting the below error Error: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxx or one of its dependencies. The system cannot find the file specified at exports.func (Path\edge-js\lib\edge.js:178:17)

Is there way around to invoke this .net6.0 version dll using edge-js? or are there any other libraries that does the job. Thanks in advance

agracio commented 1 month ago

Unfortunately adding support for .NET Core is very complicated and is not planned at this point. Any new Issues should be raised in https://github.com/agracio/edge-js