Ether.Outcomes.Composer 0.5.0-alpha

This is a prerelease version of Ether.Outcomes.Composer.
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Ether.Outcomes.Composer --version 0.5.0-alpha
NuGet\Install-Package Ether.Outcomes.Composer -Version 0.5.0-alpha
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="Ether.Outcomes.Composer" Version="0.5.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ether.Outcomes.Composer --version 0.5.0-alpha
#r "nuget: Ether.Outcomes.Composer, 0.5.0-alpha"
#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 Ether.Outcomes.Composer as a Cake Addin
#addin nuget:?package=Ether.Outcomes.Composer&version=0.5.0-alpha&prerelease

// Install Ether.Outcomes.Composer as a Cake Tool
#tool nuget:?package=Ether.Outcomes.Composer&version=0.5.0-alpha&prerelease

Outcome.NET uses generics and a fluent interface to add metadata to your return value. 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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.6.0-alpha 780 8/18/2016
0.5.0-alpha 735 8/12/2016

Initial release. Beware: this might change a lot.