mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Issue with publish #827
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vinnaykulkarni on GitHub (Oct 10, 2022).
I am using a NuGet package "Jering.Javascript.NodeJS" for executing the NodeJs code, this works fine when compiled as a simple asp.net core application with IIS and even works with Electron.Net in Visual Studio with Release and Debug both modes, however when published as Windows binary the data returned is undefined, following is the code which returns data.
data = await StaticNodeJSService.InvokeFromFileAsync("PATH_TO_NODEJS_FILE");