Scyano 1.2.2
dotnet add package Scyano --version 1.2.2
NuGet\Install-Package Scyano -Version 1.2.2
<PackageReference Include="Scyano" Version="1.2.2" />
paket add Scyano --version 1.2.2
#r "nuget: Scyano, 1.2.2"
// Install Scyano as a Cake Addin #addin nuget:?package=Scyano&version=1.2.2 // Install Scyano as a Cake Tool #tool nuget:?package=Scyano&version=1.2.2
Simple helper that provides message queuing for any class.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Scyano:
Package | Downloads |
---|---|
Basco
Very simple and easy testable (TDD) hierarchical state machine. Only 3 simple steps needed. 1) Define triggers (enum) 2) Create states (IState) 3) Implement configurator (IBascoConfigurator) |
|
Scyano.NinjectExtensions
Ninject binding extensions for Scyano. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 2,397 | 9/11/2014 |
1.2.1 | 2,523 | 9/11/2014 |
1.1.0 | 1,909 | 7/17/2014 |
1.0.3 | 1,475 | 7/10/2014 |
1.0.2 | 1,898 | 7/4/2014 |
1.0.1 | 1,502 | 7/3/2014 |
1.0.0 | 2,005 | 6/27/2014 |
0.0.2-beta | 982 | 6/20/2014 |
0.0.1-beta | 937 | 6/20/2014 |
1.2.2 - consumer attribute removed
1.1.0 - custom extensions support
1.0.3 - resume/suspend task
1.0.2 - proper dequeuing
1.0.1 - scyano factory added (when not using dependency injection)