Ardalis.Result
10.1.0
dotnet add package Ardalis.Result --version 10.1.0
NuGet\Install-Package Ardalis.Result -Version 10.1.0
<PackageReference Include="Ardalis.Result" Version="10.1.0" />
<PackageVersion Include="Ardalis.Result" Version="10.1.0" />
<PackageReference Include="Ardalis.Result" />
paket add Ardalis.Result --version 10.1.0
#r "nuget: Ardalis.Result, 10.1.0"
#addin nuget:?package=Ardalis.Result&version=10.1.0
#tool nuget:?package=Ardalis.Result&version=10.1.0
A simple package to implement the Result pattern for returning from services.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.4)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (31)
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 FluentValidation with the Ardalis.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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.1.0 | 689,384 | 10/28/2024 |
10.0.0 | 210,110 | 9/11/2024 |
9.1.0 | 580,058 | 5/25/2024 |
9.0.1 | 29,534 | 5/16/2024 |
9.0.0 | 21,471 | 5/15/2024 |
8.0.0 | 421,444 | 2/28/2024 |
7.3.0 | 103,160 | 2/28/2024 |
7.2.0 | 346,636 | 10/30/2023 |
7.1.0 | 264,350 | 5/30/2023 |
7.0.0 | 294,147 | 2/23/2023 |
4.2.0 | 65,970 | 1/31/2023 |
4.1.0 | 550,147 | 8/3/2022 |
4.0.0 | 352,273 | 6/7/2022 |
3.1.2 | 501,511 | 8/13/2021 |
3.1.1 | 102,105 | 3/12/2021 |
3.1.0 | 12,728 | 1/29/2021 |
3.0.2 | 82,074 | 9/4/2020 |
3.0.1 | 24,788 | 8/25/2020 |
3.0.0 | 15,782 | 8/21/2020 |
2.0.1 | 1,313 | 8/20/2020 |
2.0.0 | 1,519 | 8/20/2020 |
1.1.2 | 1,288 | 8/20/2020 |
1.1.1 | 3,255 | 6/26/2020 |
1.0.1 | 1,351 | 5/15/2020 |
1.0.0 | 4,433 | 5/15/2020 |
0.9.2 | 1,301 | 5/15/2020 |
0.9.1 | 1,290 | 5/15/2020 |
0.9.0 | 27,869 | 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