Ether.Outcomes 2.0.1-alpha

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

Requires NuGet 2.8.1 or higher.

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

// Install Ether.Outcomes as a Cake Tool
#tool nuget:?package=Ether.Outcomes&version=2.0.1-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.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Ether.Outcomes:

Package Downloads
CQRSlight

Simple abstractions for *Command and *Query parts of CQRS pattern

CQRSlight.Db

Simple database-adapted abstractions for *Command and *Query parts of CQRS pattern

Ether.Outcomes.Composer

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.

Notif.Abstractions

Notif.Abstractions - notificaion abstractions for .NET Standard

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0-alpha 1,605 4/14/2023
3.0.0-alpha 999 4/14/2023
2.9.5 87,542 10/9/2018
2.9.4-beta 1,889 3/1/2018
2.9.3-beta 1,687 3/1/2018
2.9.2-alpha 3,291 1/18/2018
2.9.1-alpha 1,648 11/6/2017
2.9.0-alpha 1,645 10/24/2017
2.8.2-alpha 1,740 3/28/2017
2.8.1-alpha 1,847 1/10/2017
2.8.0-alpha 1,782 1/10/2017
2.7.0-alpha 1,751 10/19/2016
2.6.0-alpha 1,767 8/18/2016
2.5.0-alpha 1,756 8/12/2016
2.4.0-alpha 1,733 7/19/2016
2.3.0-alpha 1,795 5/31/2016
2.2.0 13,286 11/25/2015
2.2.0-alpha 1,811 6/22/2015
2.1.1-alpha 1,788 6/17/2015
2.1.0-alpha 1,797 6/17/2015
2.0.2-alpha 1,828 5/7/2015
2.0.1-alpha 2,015 4/29/2015
2.0.0-alpha 1,795 3/30/2015
1.3.1 2,343 3/27/2015
1.3.1-alpha 1,831 3/26/2015
1.3.0-alpha 1,809 3/23/2015
1.2.0 2,339 2/11/2015
1.1.0 2,588 11/14/2014
1.0.5 2,378 10/30/2014
1.0.4 2,130 8/7/2014
1.0.3 2,136 6/21/2014
1.0.2 2,065 6/17/2014
1.0.1 2,072 6/17/2014
1.0.0 2,103 6/17/2014

- Reworked the library as a PCL, and provided targets for Xamarin.
- Removed methods that were deprecated at the end of 1.x
- Added the notion of StatusCodes, which is just another kind of metadata you can choose to use, or not. StatusCodes can be generic but default to int?.