| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ElectronNET.Core 0.6.0 source code.tar.gz | 2026-09-07 | 6.1 MB | |
| ElectronNET.Core 0.6.0 source code.zip | 2026-09-07 | 6.4 MB | |
| README.md | 2026-09-07 | 2.1 kB | |
| Totals: 3 Items | 12.5 MB | 3 | |
ElectronNET.Core
- Updated dependencies
- Updated
WebContentszoom level APIs to usedoubleinstead ofint(#956) - Improved migration checks to honor custom output paths and to detect
ProjectGuidin publish profiles (#946) - Fixed single instance handling on macOS (#1040)
- Fixed slow socket bridge startup by binding to an explicit loopback address (#1103)
- Fixed socket bridge connection when a system proxy is configured (#1105)
- Fixed electron-builder using the host RID instead of the target RID (#1097)
- Fixed cross-compilation behavior on same platform (#1098) @epsnm
- Fixed resolution of unrelated target (#1099) @epsnm
- Fixed false alarm for
ELECTRON001on a rootpackage-lock.json(#946) - Added
ElectronNET.Core.Templatespackage with adotnet new electron-blazortemplate (#414) - Added
WebContents.OnZoomChangedevent (#956) - Added
WebContentspage loading APIsLoadFileAsync,IsLoadingAsync,IsLoadingMainFrameAsync,IsWaitingForResponseAsync,Reload,ReloadIgnoringCacheandStop(#956) - Added
WebContents.InsertCSSAsyncandWebContents.RemoveInsertedCSSAsyncfor dynamic CSS (#956) - Added
WebContentsediting and selection APIs (undo, redo, cut, copy, paste, insert text, select, ...) (#956) - Added
WebContents.FindInPageAsync,WebContents.StopFindInPageand theOnFoundInPageevent (#956) - Added
WebContentsaudio eventsOnAudioStateChanged,OnMediaStartedPlayingandOnMediaPaused(#956) - Added
WebContents.ScrollToTopandWebContents.ScrollToBottom(#956) - Added target framework customization (#1095) @epsnm
- Added configurable Electron root directory for custom packaging layouts (#1106) @DYH1319
- Added ability for
custom_main.jsto modify command line switches (#1029) @AeonSake - Added migration checks for incomplete
ElectronHostHookfolders (ELECTRON010,ELECTRON011) (#946) - Added
ElectronExecutableNameto separate the product name from the executable name (#1003) @AeonSake - Added build extensibility properties
ElectronSkipExecCommandsandElectronIntermediatePublishDir(#1106) @DYH1319