TIM 1.1.0-beta

This is a prerelease version of TIM.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TIM --version 1.1.0-beta
NuGet\Install-Package TIM -Version 1.1.0-beta
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="TIM" Version="1.1.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TIM --version 1.1.0-beta
#r "nuget: TIM, 1.1.0-beta"
#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 TIM as a Cake Addin
#addin nuget:?package=TIM&version=1.1.0-beta&prerelease

// Install TIM as a Cake Tool
#tool nuget:?package=TIM&version=1.1.0-beta&prerelease

A state machine implementation that is triggered through a (proxy-)interface. This hides all state machine mechanics for the outside world, it just talks with an ordinary interface. This approach also opens the way to use ordinary classes (with interfaces) as states within the state machine.
The TIM interface proxy supports all possible interface elements like properties, events, generics and ref/out parameters.
There is support for using transactions which enables the machine to roll back to a previous state after an exception. This makes it a good basis for a persistent state machine.
The library is thread-safe and it further supports all the normal state machine stuff like entry/exit etc.
The current version appears to be stable but hasn't thoroughly been tested yet.
The TIM project will appear on GitHub in a couple of weeks.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 285 1/3/2023
1.1.0-beta 758 8/20/2017

Initial beta release.