Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ElectronNET
/
Electron.NET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
743
Star
7.6k
Code
Issues
21
Pull requests
0
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Electron.NET
src
ElectronNET.Host
api
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2026
Ensure windows are not retained after being destroyed #1008
FlorianRappl
committed
3a2c997
View commit details
Copy full SHA for 3a2c997
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
Updated token usage
FlorianRappl
committed
94ff3c1
View commit details
Copy full SHA for 94ff3c1
View code at this point
Browse repository at this point
Commits on May 9, 2026
fix: correct ReleaseNotes deserialization for AutoUpdater (fixes #1039) (#1061)
Show description for d7e1a09
GregorBiswanger
authored
d7e1a09
View commit details
Copy full SHA for d7e1a09
View code at this point
Browse repository at this point
Automatic Port Selection and Secured Communication (#1038)
Show description for 11f71fe
FlorianRappl
authored
11f71fe
View commit details
Copy full SHA for 11f71fe
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Proposed fix for releaseNotes serialization #1039
FlorianRappl
committed
8fc197b
View commit details
Copy full SHA for 8fc197b
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
Update transformed files
FlorianRappl
committed
8009348
View commit details
Copy full SHA for 8009348
View code at this point
Browse repository at this point
Updated TS formatting to match prettier
FlorianRappl
committed
b3b124b
View commit details
Copy full SHA for b3b124b
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
Merge pull request #1019 from DYH1319/feat/submit_new_event_for_ipc
Show description for 7174118
FlorianRappl
authored
7174118
View commit details
Copy full SHA for 7174118
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
feat: Add the Handle, HandleOnce, and RemoveHandler events to IpcMain
DYH1319
committed
bff3fff
View commit details
Copy full SHA for bff3fff
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
BrowserWindow: Add OnBoundsChanged event
Show description for 6c95dfd
softworkz
committed
6c95dfd
View commit details
Copy full SHA for 6c95dfd
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
Add dynamic tray menu update functionality
Show description for 218b998
davidroth
committed
218b998
View commit details
Copy full SHA for 218b998
View code at this point
Browse repository at this point
Commits on Dec 6, 2025
removing properties from webContents.ts
agracio
committed
cf185fd
View commit details
Copy full SHA for cf185fd
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
attempting to fix some tests on CI
agracio
committed
90f5f5d
View commit details
Copy full SHA for 90f5f5d
View code at this point
Browse repository at this point
removing incorrect import
agracio
committed
e09ef35
View commit details
Copy full SHA for e09ef35
View code at this point
Browse repository at this point
adding WebContents APIs for Zoom, Audio and DevTools
agracio
committed
dae5211
View commit details
Copy full SHA for dae5211
View code at this point
Browse repository at this point
Commits on Nov 15, 2025
Merge pull request #935 from softworkz/submit_ts_project
Show description for 90c3eb2
FlorianRappl
authored
90c3eb2
View commit details
Copy full SHA for 90c3eb2
View code at this point
Browse repository at this point
Fix whitespace formatting
softworkz
committed
8e7892e
View commit details
Copy full SHA for 8e7892e
View code at this point
Browse repository at this point
ElectronNET.Host: Replace website by a real ts project
softworkz
committed
c712027
View commit details
Copy full SHA for c712027
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
Prepare for Blazor support
FlorianRappl
committed
10bf461
View commit details
Copy full SHA for 10bf461
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
refactoring events API, replacing task code with calls to ApiBase.
agracio
committed
546668a
View commit details
Copy full SHA for 546668a
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Fix sendToIpcRenderer parameter handling
softworkz
committed
12d2fcb
View commit details
Copy full SHA for 12d2fcb
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
ipc.ts: Add helper method for tests
softworkz
committed
423ea57
View commit details
Copy full SHA for 423ea57
View code at this point
Browse repository at this point
browserWindows.ts: Fix SetThumbarButtons
softworkz
committed
8dcc372
View commit details
Copy full SHA for 8dcc372
View code at this point
Browse repository at this point
browserWindows.ts: Add catch for Set/GetRepresentedFilename
Show description for dc27511
softworkz
committed
dc27511
View commit details
Copy full SHA for dc27511
View code at this point
Browse repository at this point
notification.ts: Fix notificationIsSupported
Show description for dd465ba
softworkz
committed
dd465ba
View commit details
Copy full SHA for dd465ba
View code at this point
Browse repository at this point
webContents.ts: Fix clearAuthCache invocation
Show description for 0421095
softworkz
committed
0421095
View commit details
Copy full SHA for 0421095
View code at this point
Browse repository at this point
browserWindowSetParentWindow: Support null parameter
softworkz
committed
ed7cc43
View commit details
Copy full SHA for ed7cc43
View code at this point
Browse repository at this point
Commits on Nov 8, 2025
fix: using newtonsoft.json instead of system.text.json for the converter
Denny09310
committed
d79b73e
View commit details
Copy full SHA for d79b73e
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
removing '-event' suffix from event names to normalise naming convention
agracio
committed
87668f5
View commit details
Copy full SHA for 87668f5
View code at this point
Browse repository at this point
refactoring dotnet events
agracio
committed
b6b9292
View commit details
Copy full SHA for b6b9292
View code at this point
Browse repository at this point
refactoring dotnet events
agracio
committed
689a002
View commit details
Copy full SHA for 689a002
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
Updated process class
FlorianRappl
committed
2c544a8
View commit details
Copy full SHA for 2c544a8
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
Merge branch 'develop'
FlorianRappl
committed
c2ba55e
View commit details
Copy full SHA for c2ba55e
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
ElectronNET.Host: Update compiled files
softworkz
committed
e4ce61c
View commit details
Copy full SHA for e4ce61c
View code at this point
Browse repository at this point
ElectronNET.Host: Fix TS compilation error webcontents.ts
Show description for 1e93d91
softworkz
committed
1e93d91
View commit details
Copy full SHA for 1e93d91
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.