.Net Standard libary which implements ICommand interface and provides Command and AsyncCommand classes that are tipically used to provide commanding behaviour to user interfaces.
This particular library does not rely on CommandManager which is part of WPF, therefore it can be used with Xamarin and...
More information
Simple implementation of ICommand Interface and INotifyPropertyChanged
Inspired by AngelSix (Luke) youtube channel
https://github.com/Touseefelahi/Stira.WpfCore
Makes WPF ViewModel classes smart by default. Implements INotifyPropertyChanged and DelegateCommands for auto properties, recognises dependent properties, connects property changed handlers, triggers validation. Supports virtual properties with Entity Famework.