Package Exports
- edge-cs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (edge-cs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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)