AggregatedGenericResultMessage.Web
2.0.0.7588
dotnet add package AggregatedGenericResultMessage.Web --version 2.0.0.7588
NuGet\Install-Package AggregatedGenericResultMessage.Web -Version 2.0.0.7588
<PackageReference Include="AggregatedGenericResultMessage.Web" Version="2.0.0.7588" />
<PackageVersion Include="AggregatedGenericResultMessage.Web" Version="2.0.0.7588" />
<PackageReference Include="AggregatedGenericResultMessage.Web" />
paket add AggregatedGenericResultMessage.Web --version 2.0.0.7588
#r "nuget: AggregatedGenericResultMessage.Web, 2.0.0.7588"
#:package AggregatedGenericResultMessage.Web@2.0.0.7588
#addin nuget:?package=AggregatedGenericResultMessage.Web&version=2.0.0.7588
#tool nuget:?package=AggregatedGenericResultMessage.Web&version=2.0.0.7588
The important thing about this repository is to offer the possibility to manage and organize your result/response from infrastructure to user/controller, as the principal repository around which are built all extensions is AggregatedGenericResultMessage.
Highlights (v2.x)
- Multi-target:
netstandard2.1/net6.0/net7.0/net8.0/net9.0from a single package. - Pluggable
IResultStatusCodeMapper— centralize status-code resolution, swap globally viaAddWebResultMessageMapper(...). - Pluggable
IProblemDetailsResultFactory— control ProblemDetailstype/title/detail/instance/ extensions in one place, swap viaAddProblemDetailsResultFactory(...). - MVC exception filter (
AddWebResultExceptionFilter()) + generalized middleware (UseResultExceptionMiddleware()) — auto-translate unhandled exceptions (includingWebResultException) to ProblemDetails, no per-actiontry/catch. - Minimal-API adapters (net6.0+):
IResult.ToHttpResult(...)andResultMessageHttpResults.From(...)— identical wire format as MVC. - Automatic correlation:
traceIdemitted fromHttpContext.TraceIdentifierunless explicitly overridden by the caller.
| 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 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
- AggregatedGenericResultMessage (>= 2.0.0.4127)
- Microsoft.AspNetCore.Mvc (>= 2.1.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.32)
-
net6.0
- AggregatedGenericResultMessage (>= 2.0.0.4127)
-
net7.0
- AggregatedGenericResultMessage (>= 2.0.0.4127)
-
net8.0
- AggregatedGenericResultMessage (>= 2.0.0.4127)
-
net9.0
- AggregatedGenericResultMessage (>= 2.0.0.4127)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AggregatedGenericResultMessage.Web:
| Package | Downloads |
|---|---|
|
PagedListResult
An extension that offers the possibility to get/return data set as a list with pagination with filter, order, and search availability, loading the list with page size. Available methods: GetPaged/Async, GetPagedWithMainFiltersAsync, GetPagedWithFiltersAsync. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0.7588 | 51 | 4/23/2026 |
| 1.2.1.8615 | 263 | 2/24/2026 |
| 1.2.0.8001 | 170 | 2/9/2026 |
| 1.1.0 | 372 | 12/26/2024 |
| 1.0.5.5444 | 287 | 10/10/2024 |
| 1.0.4.7652 | 370 | 2/10/2024 |
| 1.0.3.6912 | 389 | 12/22/2023 |
| 1.0.2.1322 | 274 | 10/12/2023 |
| 1.0.1.546 | 288 | 8/3/2023 |
| 1.0.0 | 408 | 6/12/2023 |