I have a problem with using c# .dll files into my ElectronJS app on linux. I know that Electron-Edge helps to run .NET in Node.js on Electron. But if it`s possible to use c# .dll on linux in this case?
Asked
Active
Viewed 549 times
1 Answers
0
Depends. Check out compatibility table at https://github.com/tjanczuk/edge - if dll is targeted coreCLR and if linux system has core.net installed, those might work for some. If you're dll isn't targeted to coreCLR, then it's pretty much impossible.

OJ Kwon
- 4,385
- 1
- 20
- 24