[PR #415] [MERGED] New App.IsReady property #1163

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

📋 Pull Request Information

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

Base: masterHead: feature/New_host_IsReady_property


📝 Commits (3)

  • 4ad39ba Removed double slash in args
  • cac9cfc Add lifetime hosted service to detect fully started ASP.NET Core
  • 52b8500 Context menu example modified

📊 Changes

6 files changed (+58 additions, -13 deletions)

View changed files

📝 ElectronNET.API/App.cs (+6 -0)
ElectronNET.API/LifetimeServiceHost.cs (+41 -0)
📝 ElectronNET.API/WebHostBuilderExtensions.cs (+7 -1)
📝 ElectronNET.CLI/Properties/launchSettings.json (+1 -1)
📝 ElectronNET.WebApp/Controllers/MenusController.cs (+3 -10)
📝 ElectronNET.WebApp/Startup.cs (+0 -1)

📄 Description

The new property indicates when the ASP.NET Core host is fully started. The validation is done directly in the API so that the user does not have to do this himself. See before and after MenuController example.


🔄 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/415 **Author:** [@konstantingross](https://github.com/konstantingross) **Created:** 5/24/2020 **Status:** ✅ Merged **Merged:** 5/24/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `feature/New_host_IsReady_property` --- ### 📝 Commits (3) - [`4ad39ba`](https://github.com/ElectronNET/Electron.NET/commit/4ad39ba4c1c67e21fbf3e51468538c4b34ad1aa3) Removed double slash in args - [`cac9cfc`](https://github.com/ElectronNET/Electron.NET/commit/cac9cfcec87dc30c5c5cb2e8d9fd24fac40123cd) Add lifetime hosted service to detect fully started ASP.NET Core - [`52b8500`](https://github.com/ElectronNET/Electron.NET/commit/52b850092ce99eda56b45f41bcb63a9b542f2004) Context menu example modified ### 📊 Changes **6 files changed** (+58 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/App.cs` (+6 -0) ➕ `ElectronNET.API/LifetimeServiceHost.cs` (+41 -0) 📝 `ElectronNET.API/WebHostBuilderExtensions.cs` (+7 -1) 📝 `ElectronNET.CLI/Properties/launchSettings.json` (+1 -1) 📝 `ElectronNET.WebApp/Controllers/MenusController.cs` (+3 -10) 📝 `ElectronNET.WebApp/Startup.cs` (+0 -1) </details> ### 📄 Description The new property indicates when the ASP.NET Core host is fully started. The validation is done directly in the API so that the user does not have to do this himself. See before and after MenuController [example](https://github.com/ElectronNET/Electron.NET/commit/52b850092ce99eda56b45f41bcb63a9b542f2004). --- <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:57:58 +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#1163