Simple implementation of conveyor handling in .NET. The library takes code reuse to a new level. In-process object handling with no dependencies.
Define process handlers with your business objects in C#. Synchronous and async with intelligent dispatching via C# generic variance.
Examples in the wiki.
You should install ConveyR with NuGet:
Install-Package ConveyR
Or via the .NET Core command line interface:
dotnet add package ConveyR