edge icon indicating copy to clipboard operation
edge copied to clipboard

can i building Edge.js NuGet package with .net 5.0?

Open ShuaiGao opened this issue 3 years ago • 1 comments

my project used .net 5.0, i want to know Edge.js whith .net 5.0 is incompatible or not.

ShuaiGao avatar Oct 08 '21 09:10 ShuaiGao

It does not work. I created a simple .net 5.0 class library: DotNet5.zip The I tried to load it like in the example. var edge = require("edge-js"); var dotNet5 = edge.func("DotNet5.dll"); var ten = dotNet5(3,true);

But it crashes at the edge.func-call. It obviously cannot find "System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

hahoyer avatar Oct 12 '21 21:10 hahoyer

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

agracio avatar Jun 05 '24 15:06 agracio