[PR #425] [MERGED] Fix Dock API/ Electron 9.0.1 Update / ... #1173

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/425
Author: @konstantingross
Created: 6/2/2020
Status: Merged
Merged: 6/2/2020
Merged by: @GregorBiswanger

Base: masterHead: feature/Fix_Dock_API


📝 Commits (4)

  • cb36e34 Fix deployment dock.js
  • b3266cd Electron 9.0.1 Update
  • 606d00d Improvement debugging and testing new api calls (without install cli)
  • a66375e Fix cannot find modules in ElectronHostHook

📊 Changes

7 files changed (+758 additions, -34 deletions)

View changed files

📝 ElectronNET.CLI/Commands/Actions/DeployEmbeddedElectronFiles.cs (+1 -0)
📝 ElectronNET.CLI/Commands/BuildCommand.cs (+1 -1)
📝 ElectronNET.CLI/ElectronNET.CLI.csproj (+1 -0)
📝 ElectronNET.Host/package-lock.json (+29 -29)
📝 ElectronNET.Host/package.json (+1 -1)
ElectronNET.WebApp/ElectronHostHook/package-lock.json (+723 -0)
📝 ElectronNET.WebApp/Properties/launchSettings.json (+2 -3)

📄 Description

  • Fixed dock.js deployment
  • Electron 9.0.1 Update
  • Improvement debugging and testing new api calls (without install cli)
  • Fix cannot find modules in ElectronHostHook

🔄 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/425 **Author:** [@konstantingross](https://github.com/konstantingross) **Created:** 6/2/2020 **Status:** ✅ Merged **Merged:** 6/2/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `feature/Fix_Dock_API` --- ### 📝 Commits (4) - [`cb36e34`](https://github.com/ElectronNET/Electron.NET/commit/cb36e34dc3f2442585398535171a28bff4dc9839) Fix deployment dock.js - [`b3266cd`](https://github.com/ElectronNET/Electron.NET/commit/b3266cd93f78b45770d40942413c416d4182d97e) Electron 9.0.1 Update - [`606d00d`](https://github.com/ElectronNET/Electron.NET/commit/606d00de5a3775a22727dbb8e92ba4f40d7cd413) Improvement debugging and testing new api calls (without install cli) - [`a66375e`](https://github.com/ElectronNET/Electron.NET/commit/a66375e37c9a4b8cf7421f1f8908a95c69f7b88f) Fix cannot find modules in ElectronHostHook ### 📊 Changes **7 files changed** (+758 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.CLI/Commands/Actions/DeployEmbeddedElectronFiles.cs` (+1 -0) 📝 `ElectronNET.CLI/Commands/BuildCommand.cs` (+1 -1) 📝 `ElectronNET.CLI/ElectronNET.CLI.csproj` (+1 -0) 📝 `ElectronNET.Host/package-lock.json` (+29 -29) 📝 `ElectronNET.Host/package.json` (+1 -1) ➕ `ElectronNET.WebApp/ElectronHostHook/package-lock.json` (+723 -0) 📝 `ElectronNET.WebApp/Properties/launchSettings.json` (+2 -3) </details> ### 📄 Description - Fixed dock.js deployment - Electron 9.0.1 Update - Improvement debugging and testing new api calls (without install cli) - Fix cannot find modules in ElectronHostHook --- <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#1173