Ardalis.Result.AspNetCore 8.0.0

dotnet add package Ardalis.Result.AspNetCore --version 8.0.0
NuGet\Install-Package Ardalis.Result.AspNetCore -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.AspNetCore" 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.AspNetCore --version 8.0.0
#r "nuget: Ardalis.Result.AspNetCore, 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.AspNetCore as a Cake Addin
#addin nuget:?package=Ardalis.Result.AspNetCore&version=8.0.0

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

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

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

Package Downloads
BL.Framework

BonnyLand .Net Core Framework

OKOperationServices.Framework

Operation Services Microservice Base Framework

CleanArchitectureDemo.Web

Package Description

GitHub repositories (3)

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

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
yanpitangui/dotnet-api-boilerplate
A Dotnet 8.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
Hona/VerticalSliceArchitecture
A small but opinionated Vertical Slice Architecture solution template for .NET 8 & C#
Version Downloads Last updated
8.0.0 9,102 2/28/2024
7.3.0 1,046 2/28/2024
7.2.0 57,098 10/30/2023
7.1.0 67,806 5/30/2023
7.0.0 54,437 2/23/2023
4.2.0 10,704 1/31/2023
4.1.0 157,215 8/3/2022
4.0.0 70,793 6/7/2022
3.1.2 126,245 2/9/2022
3.0.1 234,980 8/25/2020
3.0.0 557 8/21/2020
2.1.1 519 8/20/2020
2.1.0 536 5/15/2020
2.0.0 510 5/15/2020
1.0.0 6,561 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