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

@agracio/edge-cs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agracio/edge-cs - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

package.json
{
"name": "@agracio/edge-cs",
"version": "1.3.1",
"version": "1.3.2",
"description": "Edge-cs: C# compiler for Edge.js",

@@ -5,0 +5,0 @@ "tags" : ["owin", "edge-js", "net", "clr", "coreclr", "c#", "managed", ".net"],

edge-cs
=======
This is a C# compiler for edge.js.
This is a C# compiler for Edge.js.
See [edge.js overview](http://tjanczuk.github.com/edge) and [edge.js on GitHub](https://github.com/tjanczuk/egde) for more information.
See [Edge.js on GitHub](https://github.com/agracio/edge-js) for more information.
## Building on Windows
1. [Install .NET Core SDK](https://www.microsoft.com/net/core#windows)
2. [Install VS 2015 Community](https://www.visualstudio.com/products/free-developer-offers-vs)
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)
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