mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #929] [MERGED] ElectronNET.API: Add platform support attributes #1361
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/929
Author: @softworkz
Created: 11/15/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @FlorianRappl
Base:
develop← Head:submit_platform_annotations📝 Commits (3)
0580942ElectronNET API: Add platform support attributes0ec791dImprove test Progress_bar_and_always_on_top_toggle2cf3095BrowserWindowTests: Add delays everywhere📊 Changes
12 files changed (+185 additions, -13 deletions)
View changed files
📝
src/ElectronNET.API/API/App.cs(+42 -0)📝
src/ElectronNET.API/API/BrowserWindow.cs(+67 -3)📝
src/ElectronNET.API/API/Clipboard.cs(+7 -0)📝
src/ElectronNET.API/API/Dialog.cs(+5 -0)📝
src/ElectronNET.API/API/Dock.cs(+4 -4)📝
src/ElectronNET.API/API/Entities/NotificationOptions.cs(+7 -1)📝
src/ElectronNET.API/API/NativeTheme.cs(+6 -1)📝
src/ElectronNET.API/API/PowerMonitor.cs(+12 -1)📝
src/ElectronNET.API/API/Screen.cs(+2 -0)📝
src/ElectronNET.API/API/Shell.cs(+4 -3)📝
src/ElectronNET.API/API/Tray.cs(+11 -0)📝
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs(+18 -0)📄 Description
The procedure for this was.
###(drops model object properties🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.