mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #415] [MERGED] New App.IsReady property #1163
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/415
Author: @konstantingross
Created: 5/24/2020
Status: ✅ Merged
Merged: 5/24/2020
Merged by: @GregorBiswanger
Base:
master← Head:feature/New_host_IsReady_property📝 Commits (3)
4ad39baRemoved double slash in argscac9cfcAdd lifetime hosted service to detect fully started ASP.NET Core52b8500Context 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.