Ardalis.Result.AspNetCore
9.0.0
See the version list below for details.
dotnet add package Ardalis.Result.AspNetCore --version 9.0.0
NuGet\Install-Package Ardalis.Result.AspNetCore -Version 9.0.0
<PackageReference Include="Ardalis.Result.AspNetCore" Version="9.0.0" />
<PackageVersion Include="Ardalis.Result.AspNetCore" Version="9.0.0" />
<PackageReference Include="Ardalis.Result.AspNetCore" />
paket add Ardalis.Result.AspNetCore --version 9.0.0
#r "nuget: Ardalis.Result.AspNetCore, 9.0.0"
#:package Ardalis.Result.AspNetCore@9.0.0
#addin nuget:?package=Ardalis.Result.AspNetCore&version=9.0.0
#tool nuget:?package=Ardalis.Result.AspNetCore&version=9.0.0
Adds ASP.NET Core filters that translate from Result to ActionResult.
Product | Versions 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. 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. |
-
net6.0
- Ardalis.Result (>= 9.0.0)
-
net7.0
- Ardalis.Result (>= 9.0.0)
-
net8.0
- Ardalis.Result (>= 9.0.0)
NuGet packages (7)
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 |
|
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 proven Clean Architecture Template for ASP.NET Core 9
|
|
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
|
Version | Downloads | Last Updated |
---|---|---|
10.1.0 | 653,591 | 10/28/2024 |
10.0.0 | 75,968 | 9/11/2024 |
9.1.0 | 277,427 | 5/25/2024 |
9.0.0 | 20,071 | 5/15/2024 |
8.0.0 | 149,470 | 2/28/2024 |
7.3.0 | 40,240 | 2/28/2024 |
7.2.0 | 168,092 | 10/30/2023 |
7.1.0 | 127,678 | 5/30/2023 |
7.0.0 | 90,815 | 2/23/2023 |
4.2.0 | 17,980 | 1/31/2023 |
4.1.0 | 236,482 | 8/3/2022 |
4.0.0 | 94,197 | 6/7/2022 |
3.1.2 | 150,121 | 2/9/2022 |
3.0.1 | 263,102 | 8/25/2020 |
3.0.0 | 860 | 8/21/2020 |
2.1.1 | 806 | 8/20/2020 |
2.1.0 | 824 | 5/15/2020 |
2.0.0 | 796 | 5/15/2020 |
1.0.0 | 18,175 | 5/15/2020 |
* BREAKING Expose ValidationErrors as IEnumerable to Prevent Side Effects by @KyleMcMaster in https://github.com/ardalis/Result/pull/169
* Add Created.Result by @hectorrhg in https://github.com/ardalis/Result/pull/177
* Add Result.NoContent support (HTTP 204) by @dadyarri in https://github.com/ardalis/Result/pull/178
* Fix 179 by @ardalis in https://github.com/ardalis/Result/pull/180
* Update Error usage to utilize ErrorList record with ErrorMessages and CorrelationId by @KyleMcMaster in https://github.com/ardalis/Result/pull/173