Binstate 1.1.18
Binstate is a lightweight but yet powerful implementation of the state machine for .NET. Threadsafe. Supports async methods. Supports hierarchically nested states.
Requires NuGet 2.8 or higher.
Install-Package Binstate -Version 1.1.18
dotnet add package Binstate --version 1.1.18
<PackageReference Include="Binstate" Version="1.1.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Binstate --version 1.1.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Binstate, 1.1.18"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Binstate as a Cake Addin #addin nuget:?package=Binstate&version=1.1.18 // Install Binstate as a Cake Tool #tool nuget:?package=Binstate&version=1.1.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
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.