[PR #418] [MERGED] Shell API adapted to Electron 9.0.0 #1171

Open
opened 2026-01-29 16:58:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/418
Author: @konstantingross
Created: 5/26/2020
Status: Merged
Merged: 5/27/2020
Merged by: @GregorBiswanger

Base: masterHead: master


📝 Commits (7)

  • 58ab180 Missing semicolon
  • 0329530 Shell.ShowItemInFolder API fix for Electron 9.0.0
  • c6d67a9 Log disconnect reason
  • 641864b * Shell.OpenPath API fix for Electron 9.0.0
  • ce4ef03 Update ShortcutLinkOperation.cs
  • c5c822a Update Shell.cs
  • b08222b Updated NuGet Package version

📊 Changes

10 files changed (+106 additions, -161 deletions)

View changed files

ElectronNET.API/Entities/Error.cs (+0 -16)
📝 ElectronNET.API/Entities/OpenExternalOptions.cs (+9 -3)
📝 ElectronNET.API/Entities/ShortcutDetails.cs (+9 -9)
📝 ElectronNET.API/Entities/ShortcutLinkOperation.cs (+12 -7)
📝 ElectronNET.API/Shell.cs (+45 -92)
📝 ElectronNET.Host/api/shell.js (+11 -13)
📝 ElectronNET.Host/api/shell.js.map (+1 -1)
📝 ElectronNET.Host/api/shell.ts (+16 -17)
📝 ElectronNET.Host/main.js (+2 -2)
📝 buildReleaseNuGetPackages.cmd (+1 -1)

📄 Description

  • Shell-Api Enhancement: Shell.ShowItemInFolder API fix for Electron 9.0.0
  • Shell-Api Enhancement: Shell.OpenPath API fix for Electron 9.0.0
  • Shell-Api Enhancement: Shell.OpenExternal API fix for Electron 9.0.0 and added new Windows parameter
  • Shell-Api Enhancement: Shell.MoveItemToTrash API fix for Electron 9.0.0 and added new macOS parameter
  • Shell-Api Enhancement: Shell.ReadShortcutLink API fix for Electron 9.0.0
  • Shell-Api Enhancement: Summaries have been rewritten
  • Log disconnect reason

🔄 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/418 **Author:** [@konstantingross](https://github.com/konstantingross) **Created:** 5/26/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`58ab180`](https://github.com/ElectronNET/Electron.NET/commit/58ab180c94f8e791017816e6aec5dfc9e7256156) Missing semicolon - [`0329530`](https://github.com/ElectronNET/Electron.NET/commit/032953081542367d32fdeb1b5bbee752d9936961) Shell.ShowItemInFolder API fix for Electron 9.0.0 - [`c6d67a9`](https://github.com/ElectronNET/Electron.NET/commit/c6d67a9145f80f1a5c49779ef7c9e846e4dbd86b) Log disconnect reason - [`641864b`](https://github.com/ElectronNET/Electron.NET/commit/641864b946d8bdd7d9883a7a4106cda36e6b8234) * Shell.OpenPath API fix for Electron 9.0.0 - [`ce4ef03`](https://github.com/ElectronNET/Electron.NET/commit/ce4ef036360c28c27fb82e5a42865726e003f8fc) Update ShortcutLinkOperation.cs - [`c5c822a`](https://github.com/ElectronNET/Electron.NET/commit/c5c822a0281598e59a163ffca910460e096be842) Update Shell.cs - [`b08222b`](https://github.com/ElectronNET/Electron.NET/commit/b08222bddcbe42def74f2fa702b3e8aa90b822c4) Updated NuGet Package version ### 📊 Changes **10 files changed** (+106 additions, -161 deletions) <details> <summary>View changed files</summary> ➖ `ElectronNET.API/Entities/Error.cs` (+0 -16) 📝 `ElectronNET.API/Entities/OpenExternalOptions.cs` (+9 -3) 📝 `ElectronNET.API/Entities/ShortcutDetails.cs` (+9 -9) 📝 `ElectronNET.API/Entities/ShortcutLinkOperation.cs` (+12 -7) 📝 `ElectronNET.API/Shell.cs` (+45 -92) 📝 `ElectronNET.Host/api/shell.js` (+11 -13) 📝 `ElectronNET.Host/api/shell.js.map` (+1 -1) 📝 `ElectronNET.Host/api/shell.ts` (+16 -17) 📝 `ElectronNET.Host/main.js` (+2 -2) 📝 `buildReleaseNuGetPackages.cmd` (+1 -1) </details> ### 📄 Description * Shell-Api Enhancement: Shell.ShowItemInFolder API fix for Electron 9.0.0 * Shell-Api Enhancement: Shell.OpenPath API fix for Electron 9.0.0 * Shell-Api Enhancement: Shell.OpenExternal API fix for Electron 9.0.0 and added new Windows parameter * Shell-Api Enhancement: Shell.MoveItemToTrash API fix for Electron 9.0.0 and added new macOS parameter * Shell-Api Enhancement: Shell.ReadShortcutLink API fix for Electron 9.0.0 * Shell-Api Enhancement: Summaries have been rewritten * Log disconnect reason --- <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:58:04 +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#1171