FluentResults 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentResults --version 0.8.0
NuGet\Install-Package FluentResults -Version 0.8.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="FluentResults" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentResults --version 0.8.0
#r "nuget: FluentResults, 0.8.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.
// Install FluentResults as a Cake Addin
#addin nuget:?package=FluentResults&version=0.8.0

// Install FluentResults as a Cake Tool
#tool nuget:?package=FluentResults&version=0.8.0

A lightweight Result object implementation for .NET

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (77)

Showing the top 5 NuGet packages that depend on FluentResults:

Package Downloads
FluentResults.Extensions.FluentAssertions

Asserting FluentResults objects with FluentAssertions

OpenFTTH.UtilityGraphService.API

Package Description

OpenFTTH.UtilityGraphService.Business

Package Description

OpenFTTH.EventSourcing

Package Description

OpenFTTH.CQRS

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on FluentResults:

Repository Stars
altmann/FluentResults
A generalised Result object implementation for .NET/C#
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
PlexRipper/PlexRipper
The best cross-platform Plex media downloader there is! In active development and feedback is very welcome!
Version Downloads Last updated
3.15.2 2,130,457 2/4/2023
3.15.1 429,709 11/19/2022
3.15.0 187,242 11/6/2022
3.14.0 173,447 10/14/2022
3.13.0 214,466 9/18/2022
3.12.0 26,655 9/11/2022
3.11.0 254,718 8/12/2022
3.10.0 30,648 8/5/2022
3.9.0 16,447 8/4/2022
3.8.0 202,712 6/30/2022
3.7.0 31,897 6/19/2022
3.6.0 21,475 6/13/2022
3.5.0 153,342 4/18/2022
3.4.0 57,209 4/10/2022
3.3.0 72,606 3/28/2022
3.2.0 271,617 1/18/2022
3.1.0 137,742 11/28/2021
3.0.0 371,608 10/30/2021
2.6.0 119,524 10/14/2021
2.5.0 695,033 5/19/2021
2.4.0 2,777 5/16/2021
2.3.0 560,256 10/29/2020
2.2.0 52,330 8/21/2020
2.1.0 3,104 8/11/2020
2.0.0 14,693 6/14/2020
1.6.0 40,523 5/20/2020
1.5.0 23,127 4/13/2020
1.4.0 187,748 12/27/2019
1.3.0 24,209 10/14/2019
1.2.0 34,281 3/20/2019
1.1.1 14,861 10/19/2018
1.1.0 11,513 3/14/2018
1.0.0 4,173 2/21/2018
0.8.1 2,476 10/28/2017
0.8.0 2,014 10/26/2017
0.7.1 7,425 5/4/2017
0.6.0 1,816 5/4/2017
0.5.0 4,705 5/1/2017

Add Metadata property in Reason class. Can be used to add some further information to an error or success.
     Remove feature Custom Results (not necessary any more)
     Remove property Errorcode in Error class (can be now implemented via new Metadata property)