Emt.HandyCommand
0.2.0
.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 Mono.
Install-Package Emt.HandyCommand -Version 0.2.0
dotnet add package Emt.HandyCommand --version 0.2.0
<PackageReference Include="Emt.HandyCommand" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Emt.HandyCommand --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Emt.HandyCommand, 0.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Emt.HandyCommand as a Cake Addin #addin nuget:?package=Emt.HandyCommand&version=0.2.0 // Install Emt.HandyCommand as a Cake Tool #tool nuget:?package=Emt.HandyCommand&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First release
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.