Info
Version: | 0.6.0-alpha |
Author(s): | Brian MacKay, Kinetiq |
Last Update: | Thursday, August 18, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.getkinetiq.com/outcome |
NuGet Url: | https://www.nuget.org/packages/Ether.Outcomes.Composer |
Install
Install-Package Ether.Outcomes.Composer
dotnet add package Ether.Outcomes.Composer
paket add Ether.Outcomes.Composer
Ether.Outcomes.Composer Download (Unzip the "nupkg" after downloading)
Dependencies
- Ether.Outcomes(>= 2.6.0)
Tags
It's a very expressive, clean result wrapper.
Outcome really shines when you're orchestrating complex logic, because the fluent interface makes it easy to roll up messages from multiple methods, and even from unusual sources like exceptions. The resulting code is very clean, and is great way to implement the Notification pattern.