Files
MSEssentials.UI.Common.MVVM/MSEssentials.UI.Common.MVVM/README.md
Mateusz Skoczek 0df6d186f4
All checks were successful
Build / Build (push) Successful in 20s
merge
2026-04-15 23:41:42 +02:00

3.7 KiB

MSEssentials.UI.Common.MVVM

Set of helpers, class extensions, UI controls used in my other C# projects

MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. MVVM subpackage contains class, method and property MVVM.


NuGet registry status

Subpackage Status
MSEssentials.UI.Common.MVVM NuGet version (MSEssentials.UI.Common.MVVM)
MSEssentials.Extensions NuGet version (MSEssentials.Extensions)
MSEssentials.AspNetCore.Attributes NuGet version (MSEssentials.AspNetCore.Attributes)
MSEssentials.UI.Common.Converters NuGet version (MSEssentials.UI.Common.Converters)
MSEssentials.UI.WinUI.Behaviors NuGet version (MSEssentials.UI.WinUI.Behaviors)
MSEssentials.UI.WinUI.Converters NuGet version (MSEssentials.UI.WinUI.Converters)
MSEssentials.UI.WinUI.Controls NuGet version (MSEssentials.UI.WinUI.Controls)

Features

  • ObservableKeyValuePair - observable version of KeyValuePair
  • ObservableDictionary - observable version of Dictionary
  • NavigationViewItem - list item model (for example for navigation controls), allows to bind item to view model

Installation and usage

You can download package from official NuGet registry or .nupkg file itself from Releases tab.

CLI:

dotnet add package MSEssentials.UI.Common.MVVM

Package reference in .csproj file:

<PackageReference Include="MSEssentials.UI.Common.MVVM" Version="<version>" />

Attribution and contribution

This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license here.

However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.

Other sources: