Edge-cs: run C# and node.js code in-process with edge.js
npm install edge-csedge-cs
=======
This is a C# compiler for edge.js.
See edge.js overview and edge.js on GitHub for more information.
src\edge-cs\edge-cs.sln in VS
src\edge-cs\bin\Release\edge-cs.dll to lib
dotnet restore in src\Edge.js.CSharp
dotnet pack --configuration Release in src\Edge.js.CSharp
src\Edge.js.CSharp\bin\Release\Edge.js.CSharp.1.0.0.nupkg to NuGet gallery through https://www.nuget.org/ (this enables .NET Core scripting)