mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #927] [MERGED] Fix formatting and add GitHub Action to check trailing whitespace #1359
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/927
Author: @softworkz
Created: 11/15/2025
Status: ✅ Merged
Merged: 11/15/2025
Merged by: @FlorianRappl
Base:
develop← Head:submit_whitespace2📝 Commits (3)
30b4d92Add GitHub Action to check trailing whitespace on PRs30b547bAdd R# settings8e7892eFix whitespace formatting📊 Changes
108 files changed (+384 additions, -345 deletions)
View changed files
➕
.github/workflows/trailing-whitespace-check.yml(+85 -0)📝
nuke/ReleaseNotesParser.cs(+1 -1)📝
src/ElectronNET.API/API/ApiBase.cs(+3 -1)📝
src/ElectronNET.API/API/App.cs(+4 -5)📝
src/ElectronNET.API/API/AutoUpdater.cs(+13 -17)📝
src/ElectronNET.API/API/BrowserView.cs(+3 -3)📝
src/ElectronNET.API/API/BrowserWindow.cs(+53 -53)📝
src/ElectronNET.API/API/Clipboard.cs(+7 -6)📝
src/ElectronNET.API/API/Cookies.cs(+1 -3)📝
src/ElectronNET.API/API/Dialog.cs(+11 -13)📝
src/ElectronNET.API/API/Dock.cs(+1 -3)📝
src/ElectronNET.API/API/Electron.cs(+2 -2)📝
src/ElectronNET.API/API/Entities/AutoResizeOptions.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/BitmapOptions.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/BlockMapDataHolder.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/BrowserViewConstructorOptions.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/BrowserWindowOptions.cs(+1 -6)📝
src/ElectronNET.API/API/Entities/CPUUsage.cs(+2 -2)📝
src/ElectronNET.API/API/Entities/ChromeExtensionInfo.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/ClearStorageDataOptions.cs(+1 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.