Upgrade Electron to Version 11 #593

Closed
opened 2026-01-29 16:43:38 +00:00 by claunia · 4 comments
Owner

Originally created by @scottkuhl on GitHub (Nov 21, 2020).

Originally assigned to: @GregorBiswanger on GitHub.

Upgrade the version of Electron that Electron.NET is using from 9 to 11.

Originally created by @scottkuhl on GitHub (Nov 21, 2020). Originally assigned to: @GregorBiswanger on GitHub. Upgrade the version of Electron that Electron.NET is using from 9 to 11.
claunia added the Feature label 2026-01-29 16:43:38 +00:00
Author
Owner

@scottkuhl commented on GitHub (Nov 21, 2020):

I started a POC here: https://github.com/scottkuhl/Electron.NET/tree/poc/upgrade-to-electron-11

That repo updates all NPM packages to the latest along with Electron to v11. It looks like there is one breaking change that will affect Electron.NET: https://github.com/electron/electron/pull/23578 The id property has been removed from BrowserView.

@GregorBiswanger , @robertmuehsig
I don't see anywhere this code is used on the web app for testing. And since there are no automated tests, how do you normally go about testing these kinds of changes?

@scottkuhl commented on GitHub (Nov 21, 2020): I started a POC here: https://github.com/scottkuhl/Electron.NET/tree/poc/upgrade-to-electron-11 That repo updates all NPM packages to the latest along with Electron to v11. It looks like there is one breaking change that will affect Electron.NET: https://github.com/electron/electron/pull/23578 The id property has been removed from BrowserView. @GregorBiswanger , @robertmuehsig I don't see anywhere this code is used on the web app for testing. And since there are no automated tests, how do you normally go about testing these kinds of changes?
Author
Owner

@GregorBiswanger commented on GitHub (Nov 21, 2020):

Our next update will support Electron 11 + .NET 5.

@GregorBiswanger commented on GitHub (Nov 21, 2020): Our next update will support Electron 11 + .NET 5.
Author
Owner

@scottkuhl commented on GitHub (Nov 21, 2020):

@GregorBiswanger

I have a PR in for .NET 5 and I'm working on the Electron upgrade to 11 in the linked repo above. Should I just hold off and wait?

@scottkuhl commented on GitHub (Nov 21, 2020): @GregorBiswanger I have a PR in for .NET 5 and I'm working on the Electron upgrade to 11 in the linked repo above. Should I just hold off and wait?
Author
Owner

@GregorBiswanger commented on GitHub (Nov 21, 2020):

Oh no, that´s perfect! I will definitely prefer your PR... because we only have time for the big update at the beginning of December...

@GregorBiswanger commented on GitHub (Nov 21, 2020): Oh no, that´s perfect! I will definitely prefer your PR... because we only have time for the big update at the beginning of December...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#593