mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Setting NodeIntegration to false prevents Electron window from opening #327
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 @raloverafs on GitHub (May 23, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Version: ElectronNET.CLI Version: 5.22.12.0
Target: .NET Core 2.1
Steps to Reproduce:
We need to set NodeIntegration to false because we are dependent on jQuery, Bootstrap, and Highcharts.
How can we fix this? Also, is there a workaround to make jQuery and Highcharts work in Electron.NET?