edge-cs
v1.2.1
Published
Edge-cs: run C# and node.js code in-process with edge.js
Downloads
17,891
Readme
edge-cs
This is a C# compiler for edge.js.
See edge.js overview and edge.js on GitHub for more information.
Building on Windows
- Install .NET Core SDK
- Install VS 2015 Community
- Build edge.js CSharp compiler for .NET Desktop (dll bundled with NPM package)
3.1. Make Release build of
src\edge-cs\edge-cs.sln
in VS
3.2. Copysrc\edge-cs\bin\Release\edge-cs.dll
tolib
- Build edge.js CSharp compiler for .NET Core (NuGet package)
4.1. Rundotnet restore
insrc\Edge.js.CSharp
4.2. Build Nuget package withdotnet pack --configuration Release
insrc\Edge.js.CSharp
- Upload
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) - Install to NPM (this enables .NET Desktop/Mono scripting)