VOOZH about

URL: https://www.nuget.org/packages/Ardalis.Result.AspNetCore/

⇱ NuGet Gallery | Ardalis.Result.AspNetCore 10.1.0




👁 Image
Ardalis.Result.AspNetCore 10.1.0

dotnet add package Ardalis.Result.AspNetCore --version 10.1.0
 
 
NuGet\Install-Package Ardalis.Result.AspNetCore -Version 10.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="Ardalis.Result.AspNetCore" Version="10.1.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ardalis.Result.AspNetCore" Version="10.1.0" />
 
Directory.Packages.props
<PackageReference Include="Ardalis.Result.AspNetCore" />
 
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 Ardalis.Result.AspNetCore --version 10.1.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ardalis.Result.AspNetCore, 10.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 Ardalis.Result.AspNetCore@10.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=Ardalis.Result.AspNetCore&version=10.1.0
 
Install as a Cake Addin
#tool nuget:?package=Ardalis.Result.AspNetCore&version=10.1.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

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

Package Downloads
BL.Framework

BonnyLand .Net Core Framework

OKOperationServices.Framework

Operation Services Microservice Base Framework

KernelBase

Package Description

JohnChum.SharedKernel.SpecificationQuery.LHS

My shared kernel for query specification design

AlefCarlos.AspNetCoreDefaults.WebApi

Package Description

GitHub repositories (5)

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

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
yanpitangui/dotnet-api-boilerplate
A Dotnet 9.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
jeangatto/ASP.NET-Core-Vertical-Slice-Architecture
ASP.NET Core, C#, Vertical Slice Architecture, CQRS, REST API, DDD, SOLID Principles
ardalis/RiverBooks
Modular Monolith sample for Dometrain
dontnod/web-app-starter
Boilerplate for a web application with React and .Net Core using Azure (MSAL) for the authentication
Version Downloads Last Updated
10.1.0 1,499,890 10/28/2024
10.0.0 114,957 9/11/2024
9.1.0 393,704 5/25/2024
9.0.0 30,627 5/15/2024
8.0.0 177,920 2/28/2024
7.3.0 49,720 2/28/2024
7.2.0 197,382 10/30/2023
7.1.0 143,046 5/30/2023
7.0.0 105,078 2/23/2023
4.2.0 20,960 1/31/2023
4.1.0 259,043 8/3/2022
4.0.0 106,049 6/7/2022
3.1.2 157,634 2/9/2022
3.0.1 283,669 8/25/2020
3.0.0 1,577 8/21/2020
2.1.1 1,470 8/20/2020
2.1.0 1,519 5/15/2020
2.0.0 1,491 5/15/2020
1.0.0 21,084 5/15/2020

## What's Changed
* Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215
* Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213
* Add identifier and error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209

## New Contributors
* @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215
* @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213
* @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209

**Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0