An open API service indexing awesome lists of open source software.

https://github.com/mrgrd56/mgmvvmtools

[CLASS LIBRARY] ICommand and INotifyPropertyChanged implementations, SynchronizationContext extensions.
https://github.com/mrgrd56/mgmvvmtools

csharp library netcore netframework netstandard nuget-package wpf

Last synced: 5 months ago
JSON representation

[CLASS LIBRARY] ICommand and INotifyPropertyChanged implementations, SynchronizationContext extensions.

Awesome Lists containing this project

README

          

# MgMvvmTools
ICommand and INotifyPropertyChanged implementations, SynchronizationContext extensions.

NuGet Package: https://www.nuget.org/packages/MgMvvmTools/

#### Installation
- **.NET CLI** `dotnet add package MgMvvmTools`
- **Package Manager** `Install-Package MgMvvmTools`

#### Target Frameworks
- .NET Core 3.1 `netcoreapp3.1`
- .NET Framework 4.8 `net48`
- .NET 5.0 (Windows) `net5.0-windows`

#### Dependencies
- [JetBrains.Annotations](https://www.nuget.org/packages/JetBrains.Annotations/) (>= 2021.1.0)