Ether.Outcomes 3.1.0

dotnet add package Ether.Outcomes --version 3.1.0
                    
NuGet\Install-Package Ether.Outcomes -Version 3.1.0
                    
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="3.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ether.Outcomes" Version="3.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Ether.Outcomes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ether.Outcomes --version 3.1.0
                    
#r "nuget: Ether.Outcomes, 3.1.0"
                    
#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.
#:package Ether.Outcomes@3.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ether.Outcomes&version=3.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Ether.Outcomes&version=3.1.0
                    
Install as a Cake Tool

What is Outcome.NET?

Outcome is the ultimate result wrapper! It's great for those awkward moments when you need to return a value, but you might also need to return a list of validation messages, warnings, or a success bit.

It's a fluent, expressive, easy-to-learn spin on the <a href="http://martinfowler.com/dslCatalog/notification.html">Notification pattern</a>, with a few careful tweaks.

Outcome is particularly useful in MVC projects that do a lot of AJAX calls. If you serialize Outcome objects back to the client, you end up with a standard interface for most of your callbacks, and that opens doors for reuse on the JavaScript side.

How can I get started?

Check out the <a href="https://github.com/kinetiq/Ether.Outcomes/wiki/Getting-started">getting started guide</a>.

Where can I get it?

First, <a href="http://docs.nuget.org/docs/start-here/installing-nuget">install NuGet</a>. Then, install Outcome.NET from the package manager console:

PM> Install-Package Ether.Outcomes

Outcome.NET is Copyright © 2014 Brian MacKay, <a href="getkinetiq.com">Kinetiq</a>, and other contributors under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 422 11/18/2025
3.1.0-alpha 3,360 4/14/2023
3.0.0-alpha 1,216 4/14/2023
2.9.5 114,514 10/9/2018
2.9.4-beta 2,531 3/1/2018
2.9.3-beta 2,160 3/1/2018
2.9.2-alpha 3,937 1/18/2018
2.9.1-alpha 2,135 11/6/2017
2.9.0-alpha 2,113 10/24/2017
2.8.2-alpha 2,273 3/28/2017
2.8.1-alpha 2,298 1/10/2017
2.8.0-alpha 2,239 1/10/2017
2.7.0-alpha 2,244 10/19/2016
2.6.0-alpha 2,242 8/18/2016
2.5.0-alpha 2,204 8/12/2016
2.4.0-alpha 2,205 7/19/2016
2.3.0-alpha 2,275 5/31/2016
2.2.0 15,531 11/25/2015
2.2.0-alpha 2,298 6/22/2015
2.1.1-alpha 2,274 6/17/2015
2.1.0-alpha 2,311 6/17/2015
2.0.2-alpha 2,304 5/7/2015
2.0.1-alpha 2,478 4/29/2015
2.0.0-alpha 2,274 3/30/2015
1.3.1 2,867 3/27/2015
1.3.1-alpha 2,315 3/26/2015
1.3.0-alpha 2,305 3/23/2015
1.2.0 2,843 2/11/2015
1.1.0 3,104 11/14/2014
1.0.5 2,882 10/30/2014
1.0.4 2,639 8/7/2014
1.0.3 2,643 6/21/2014
1.0.2 2,582 6/17/2014
1.0.1 2,558 6/17/2014
1.0.0 2,609 6/17/2014

Removed StatusCode, which was not widely used, to simplify the API. Dropped support for old, out-of-support .NET Framework versions in favor of NetStandard 2. Updated packages.