edge
edge copied to clipboard
can i building Edge.js NuGet package with .net 5.0?
my project used .net 5.0, i want to know Edge.js whith .net 5.0 is incompatible or not.
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".
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