![]() |
VOOZH | about |
dotnet add package MyNet.UI --version 19.6.0
NuGet\Install-Package MyNet.UI -Version 19.6.0
<PackageReference Include="MyNet.UI" Version="19.6.0" />
<PackageVersion Include="MyNet.UI" Version="19.6.0" />Directory.Packages.props
<PackageReference Include="MyNet.UI" />Project file
paket add MyNet.UI --version 19.6.0
#r "nuget: MyNet.UI, 19.6.0"
#:package MyNet.UI@19.6.0
#addin nuget:?package=MyNet.UI&version=19.6.0Install as a Cake Addin
#tool nuget:?package=MyNet.UI&version=19.6.0Install as a Cake Tool
<div align="center">
<img src="MyNetUI.png" alt="MyNet.UI" width="96" height="96" />
UI-framework-agnostic presentation layer: view models, shell, dialogs, navigation, notifications, and toasts. You provide concrete UI (WPF, Avalonia, etc.).
</div>
<div align="center">
π MIT License
π NuGet
π .NET
</div>
| Feature | Description |
|---|---|
| Navigation | View locators and navigation services |
| Dialogs | Presenter abstraction and shell host patterns |
| Notifications | Toast and notification managers for MVVM |
| Theming | Contracts implemented by your UI host (WPF, Avalonia, etc.) |
dotnet add package MyNet.UI
using Microsoft.Extensions.DependencyInjection;
using MyNet.UI;
using MyNet.UI.Dialogs;
using MyNet.UI.Locators;
var services = new ServiceCollection();
services.AddUi(b => b
.ConfigureViewLocators(r => r.Register(typeof(MainViewModel), typeof(MainView)))
.ConfigureDialogs(d => d.AddPresenter<MyDialogPresenter>()));
var provider = services.BuildServiceProvider();
provider.UseUi();
Or register modules individually (AddViewLocators, AddDialogs, AddNavigation, β¦) β see the UI guide.
IDialogPresenter β see Dialogs guideINotificationsManager.Notifications and IToastManager.Toasts β see Notifications & toasts guide for the toast overlay controlShellHostViewModel in your hostIViewHost + middleware in your host β see Navigation guideIThemeService + IThemeBaseRegistry in the host; UseUi() configures ThemeManager when both are present β see Theming guide<div align="center">
<sub>
Copyright Β© 2016-2026 - StΓ©phane ANDRE. All Rights Reserved.
<br/>
Released under the MIT License.
</sub>
</div>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on MyNet.UI:
| Package | Downloads |
|---|---|
|
MyNet.Wpf
This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications. |
|
|
MyNet.Avalonia.UI
Custom user interface components and controls for Avalonia applications, providing a rich set of features and functionality. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 19.6.0 | 59 | 6/6/2026 |
| 19.5.2 | 63 | 6/5/2026 |
| 19.5.1 | 56 | 6/5/2026 |
| 19.5.0 | 56 | 6/5/2026 |
| 19.3.6 | 57 | 6/3/2026 |
| 19.3.5 | 60 | 6/3/2026 |
| 19.3.4 | 58 | 6/3/2026 |
| 19.3.3 | 61 | 6/2/2026 |
| 19.3.2 | 59 | 6/2/2026 |
| 19.3.1 | 55 | 6/2/2026 |
| 19.3.0 | 64 | 6/1/2026 |
| 19.2.1 | 58 | 5/31/2026 |
| 19.2.0 | 61 | 5/31/2026 |
| 19.1.0 | 56 | 5/31/2026 |
| 19.0.0 | 63 | 5/29/2026 |
| 18.0.0 | 123 | 4/16/2026 |
| 17.1.0 | 118 | 4/9/2026 |
| 17.0.1 | 115 | 3/18/2026 |
| 17.0.0 | 110 | 3/18/2026 |
| 16.0.2 | 128 | 2/19/2026 |