Scyano 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Scyano --version 1.0.1
NuGet\Install-Package Scyano -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Scyano" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Scyano --version 1.0.1
#r "nuget: Scyano, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Scyano as a Cake Addin
#addin nuget:?package=Scyano&version=1.0.1

// Install Scyano as a Cake Tool
#tool nuget:?package=Scyano&version=1.0.1

Simple helper that provides message queuing for any class.

There are no supported framework assets in this package.

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,319 9/11/2014
1.2.1 2,430 9/11/2014
1.1.0 1,831 7/17/2014
1.0.3 1,436 7/10/2014
1.0.2 1,834 7/4/2014
1.0.1 1,450 7/3/2014
1.0.0 1,932 6/27/2014
0.0.2-beta 954 6/20/2014
0.0.1-beta 914 6/20/2014

1.0.1 - scyano factory added (when not using dependency injection)