edge-cs icon indicating copy to clipboard operation
edge-cs copied to clipboard

C# compiler for edge.js

Results 8 edge-cs issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use 'electron-edge-js' repo for a project. And that repo has a dependency to your repo. My company has blocked your repo saying license listed on...

When installing edge-cs, which is a dependent package to my project, tools/install.js failed (see details for error message). It prevents package installation. __Why failed__ In install.js, the `childProcess.spawn(dotnetPath, ..` ([line#27](https://github.com/tjanczuk/edge-cs/blob/master/tools/install.js#L27))...

If a C# library attempts to load a library that doesn't exist via `Assembly.Load`, instead of it failing it crashes in edge-cs - ReactiveUI and Akavache both do this in...

The link to the Edge repo in the beginning of the README has a typo, and 404s because of it. The URL is currently `https://github.com/tjanczuk/egde`, but it should be `https://github.com/tjanczuk/edge`.

Fix for RequestingAssembly being null

Electron applications are often packed in a tarball-like format called ASAR, which resolves the path-too-long issues as well as saves on CreateFile calls. However, in order to load native DLLs,...

We have a scenario where we have dotnet on the machine, and our nuget.config has custom feed that requires auth. When run edge-cs install, the script fails for the following...