Target frameworks
| Package | TFM |
|---|---|
| Core, Validation, Pagination, Testing | net10.0 |
| Host, Navigation, Dialogs | net10.0; net10.0-desktop |
Supported host is Uno Platform on Windows and Uno desktop hosts. MAUI apps use Plugin.Maui.MVVMExpress. WPF apps use Plugin.Wpf.MVVMExpress.
One navigator per window
IWindowContext / WindowNavigatorRegistry key navigation, dialogs, and scopes by window. UnoWindowContext.For(Window) and UnoWindowContext.Current are the host adapters. Playground’s SecondaryWindow shows a second window without sharing the main Frame.