mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electron.WindowManager.CreateWindowAsync -> NullRef when debugging the ASP.NET core app #12
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 @robertmuehsig on GitHub (Oct 19, 2017).
Originally assigned to: @GregorBiswanger on GitHub.
@GregorBiswanger commented on GitHub (Oct 23, 2017):
Problem was no hybrid support for classic asp.net web apps.
I implement a
HybridSupport.IsElectronActive-Proptery. See in our sample app in the startup.cs and controllers code, how to use it.