mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #681] [MERGED] Updates all the way to 19.0.8 #1254
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/681
Author: @theolivenbaum
Created: 4/7/2022
Status: ✅ Merged
Merged: 7/28/2022
Merged by: @GregorBiswanger
Base:
master← Head:master📝 Commits (10+)
2f02292fix for socket not being thread-safe44d979fUse ILogger instead of Console.WriteLinee7c5627Update BridgeConnector.cs1161f59Update BridgeConnector.cs81a8367improve reconnect logic7ad6803improve reconnect logic by waiting for reconnect before emit224bc1eAdd supported OS platform annotations0728577missing usingefdaf0eremove defaultvaluehandling setting as this breaks some cases89d41a2restore serialization settings where it makes sense📊 Changes
181 files changed (+6180 additions, -1358 deletions)
View changed files
📝
.devops/build-nuget.yaml(+3 -2)📝
ElectronNET.API/App.cs(+165 -6)📝
ElectronNET.API/AutoUpdater.cs(+2 -1)📝
ElectronNET.API/BridgeConnector.cs(+279 -43)📝
ElectronNET.API/BrowserView.cs(+4 -0)📝
ElectronNET.API/BrowserWindow.cs(+137 -15)📝
ElectronNET.API/Clipboard.cs(+16 -2)📝
ElectronNET.API/CommandLine.cs(+2 -2)📝
ElectronNET.API/Cookies.cs(+10 -2)➕
ElectronNET.API/DesktopCapturer.cs(+38 -0)📝
ElectronNET.API/Dialog.cs(+16 -4)📝
ElectronNET.API/Dock.cs(+5 -3)➕
ElectronNET.API/Electron.Experimental.cs(+144 -0)📝
ElectronNET.API/Electron.cs(+49 -2)📝
ElectronNET.API/ElectronNET.API.csproj(+9 -5)📝
ElectronNET.API/Entities/BrowserWindowOptions.cs(+58 -34)📝
ElectronNET.API/Entities/Data.cs(+3 -1)➕
ElectronNET.API/Entities/DesktopCapturerSource.cs(+15 -0)📝
ElectronNET.API/Entities/Display.cs(+2 -2)📝
ElectronNET.API/Entities/JumpListSettings.cs(+4 -2)...and 80 more files
📄 Description
Hi @GregorBiswanger , just saw that you merged my other PR.
If you want, here are the remaining changes I've done since then - lots of fixes, updates, etc...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.