Ardalis.Result 8.0.0

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

// Install Ardalis.Result as a Cake Tool
#tool nuget:?package=Ardalis.Result&version=8.0.0

A simple package to implement the Result pattern for returning from services.

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 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 (15)

Showing the top 5 NuGet packages that depend on Ardalis.Result:

Package Downloads
Ardalis.Result.AspNetCore

Adds ASP.NET Core filters that translate from Result to ActionResult.

Ardalis.Result.FluentValidation

A simple package to implement the FluentValidation in Result package.

BL.Framework

BonnyLand .Net Core Framework

OKOperationServices.Framework

Operation Services Microservice Base Framework

DZConfigTools.Core

Parser for DayZ Config (cpp) files

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on Ardalis.Result:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
yanpitangui/dotnet-api-boilerplate
A Dotnet 8.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
jeangatto/ASP.NET-Core-Clean-Architecture-CQRS-Event-Sourcing
ASP.NET Core, C#, CQRS Event Sourcing, REST API, DDD, SOLID Principles and Clean Architecture
ardalis/WebApiBestPractices
Resources related to my Pluralsight course on this topic.
Version Downloads Last updated
8.0.0 25,982 2/28/2024
7.3.0 4,049 2/28/2024
7.2.0 142,813 10/30/2023
7.1.0 163,605 5/30/2023
7.0.0 168,368 2/23/2023
4.2.0 53,079 1/31/2023
4.1.0 424,864 8/3/2022
4.0.0 246,882 6/7/2022
3.1.2 442,826 8/13/2021
3.1.1 95,012 3/12/2021
3.1.0 11,920 1/29/2021
3.0.2 71,730 9/4/2020
3.0.1 23,298 8/25/2020
3.0.0 14,284 8/21/2020
2.0.1 1,152 8/20/2020
2.0.0 1,325 8/20/2020
1.1.2 1,115 8/20/2020
1.1.1 3,097 6/26/2020
1.0.1 1,196 5/15/2020
1.0.0 1,955 5/15/2020
0.9.2 1,138 5/15/2020
0.9.1 1,128 5/15/2020
0.9.0 15,860 5/15/2020

* BREAKING: closes #161 Auto-Evaluation of the Status property when Errors or ValidationErrors are added to the result. by @Ewerton in https://github.com/ardalis/Result/pull/162