Ether.Outcomes 1.0.1

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 1.0.1
                    
NuGet\Install-Package Ether.Outcomes -Version 1.0.1
                    
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="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ether.Outcomes" Version="1.0.1" />
                    
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 1.0.1
                    
#r "nuget: Ether.Outcomes, 1.0.1"
                    
#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@1.0.1
                    
#: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=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Ether.Outcomes&version=1.0.1
                    
Install as a Cake Tool

Outcome.NET is a fluent wrapper for .NET that eliminates plumbing code around function results.

Ever write a method that could fail unexpectedly, like a call out to a web service?

You would love to just return the expected result, but instead you end up writing wrappers - essentially plumbing - to handle cases where the web service is down or does something erratic.

Outcome.NET's replaces that plumbing code with simple, expressive calls that just work.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2-alpha 69 5/7/2015
2.0.1-alpha 33 4/29/2015
2.0.0-alpha 33 3/30/2015
1.3.1 99 3/27/2015
1.3.1-alpha 34 3/26/2015
1.3.0-alpha 36 3/23/2015
1.2.0 145 2/11/2015
1.1.0 452 11/14/2014
1.0.5 363 10/30/2014
1.0.4 114 8/7/2014
1.0.3 68 6/21/2014
1.0.2 57 6/17/2014
1.0.1 57 6/17/2014
1.0.0 57 6/17/2014

Aesthetic changes to the nuget package itself.