agracio

Results 139 comments of agracio

Narrowed the problem down to Linux and .NET Core 2.0.x. It works on Linux using .NET Core 1.0.4, MacOS 1.0.4 - 2.0.x and Windows 1.0.4 - 2.0.x. Will have to...

The problem is considerably more complex than it originally appeared. The call https://github.com/agracio/edge-js/blob/master/src/common/edge.cpp#L50 to `CoreClrEmbedding::Initialize` method located at https://github.com/agracio/edge-js/blob/master/src/CoreCLREmbedding/coreclrembedding.cpp#L178 fails on .NET Core 2.0.x on Linux. CoreClr routines are either...

The fix requires https://github.com/tjanczuk/edge/pull/573, I have merged it to my fork at https://github.com/agracio/edge-js, take a look at https://github.com/tjanczuk/edge/issues/586 for reference.

Never tried to run it in a Docker container to be honest. Works on multiple Windows versions that I happen to work with.

I know its been over a month, but I have finally published NuGet packages for https://github.com/agracio/edge-js fork. Take a look at release page for details https://github.com/agracio/edge-js/releases. Direct link to [NuGet](https://www.nuget.org/packages/EdgeJs)...

It took me two months but I believe I've solved the problem with Linux and .NET Core 2.0. The new version is not on NPM yet, but so far it...

The new version with full .NET Core 2.0 support on Linux is now on NPM v9.3.2

It is not official, however @tjanczuk is no longer active on this project and did not provide any updates about its future. I have not attempted to contact him myself,...

This PR is merged to https://github.com/agracio/edge-js

This has been addressed in `edge-js` repo: https://github.com/agracio/edge-js/pull/41