Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edge-cs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-cs

Edge-cs: run C# and node.js code in-process with edge.js

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  1. Install .NET Core SDK
  2. Install VS 2015 Community
  3. 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. Copy src\edge-cs\bin\Release\edge-cs.dll to lib
  4. Build edge.js CSharp compiler for .NET Core (NuGet package)
    4.1. Run dotnet restore in src\Edge.js.CSharp
    4.2. Build Nuget package with dotnet pack --configuration Release in src\Edge.js.CSharp
  5. 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)
  6. Install to NPM (this enables .NET Desktop/Mono scripting)

FAQs

Package last updated on 01 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc