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.
- Host: GitHub
- URL: https://github.com/mrgrd56/mgmvvmtools
- Owner: MRGRD56
- Created: 2021-06-16T07:53:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T15:26:00.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:51:05.868Z (12 months ago)
- Topics: csharp, library, netcore, netframework, netstandard, nuget-package, wpf
- Language: C#
- Homepage: https://www.nuget.org/packages/MgMvvmTools/
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)