[PR #927] [MERGED] Fix formatting and add GitHub Action to check trailing whitespace #1359

Closed
opened 2026-01-29 16:59:56 +00:00 by claunia · 0 comments
Owner

📋 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: developHead: submit_whitespace2


📝 Commits (3)

  • 30b4d92 Add GitHub Action to check trailing whitespace on PRs
  • 30b547b Add R# settings
  • 8e7892e Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/927 **Author:** [@softworkz](https://github.com/softworkz) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `develop` ← **Head:** `submit_whitespace2` --- ### 📝 Commits (3) - [`30b4d92`](https://github.com/ElectronNET/Electron.NET/commit/30b4d92291e49a828d7df59e7ea4132796fce7b6) Add GitHub Action to check trailing whitespace on PRs - [`30b547b`](https://github.com/ElectronNET/Electron.NET/commit/30b547b8d3863313b1978f6405eea855b5fb2e53) Add R# settings - [`8e7892e`](https://github.com/ElectronNET/Electron.NET/commit/8e7892ebd48dc4ee18ae32b5f8b2169d53a0b5fc) Fix whitespace formatting ### 📊 Changes **108 files changed** (+384 additions, -345 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1359