Skip to content

MAUI Hosting Release Notes

Feature
Initial release of Shiny.Extensions.MauiHosting
Feature
IMauiModule interface for modular MAUI app configuration — Add(MauiAppBuilder) for service registration, Use(IPlatformApplication) for post-build initialization
Feature
Static Host.Services property for accessing the service provider from anywhere after app initialization
Feature
ILifecycleExecutor for dispatching platform lifecycle events to registered handlers with error handling and logging
Feature
Shared lifecycle interfaces: IAppForeground and IAppBackground
Feature iOS
Apple lifecycle interfaces: IContinueActivity, IOnFinishedLaunching
Feature Android
Android lifecycle interfaces: IOnApplicationCreated, IOnActivityOnCreate, IOnActivityRequestPermissionsResult, IOnActivityNewIntent, IOnActivityResult