Target frameworks
| Package | TFM |
|---|---|
| Core, Validation, Pagination, Testing | net10.0 |
| Host, Navigation, Dialogs | net10.0-windows10.0.17763.0 + UseWPF |
Supported host is WPF on Windows. There is no WinUI, Avalonia, or MAUI TFM in this family. MAUI apps use Plugin.Maui.MVVMExpress.
One navigator per window
IWindowContext / WindowNavigatorRegistry key navigation, dialogs, and scopes by window. WpfWindowContext.For(Window) and WpfWindowContext.Current are the host adapters. Playground’s SecondaryWindow shows a second window without sharing MainWindow’s Frame. Do not treat Application.Current.MainWindow as the app.