AutoWrapper.Core
2.1.0
See the version list below for details.
dotnet add package AutoWrapper.Core --version 2.1.0
NuGet\Install-Package AutoWrapper.Core -Version 2.1.0
<PackageReference Include="AutoWrapper.Core" Version="2.1.0" />
paket add AutoWrapper.Core --version 2.1.0
#r "nuget: AutoWrapper.Core, 2.1.0"
// Install AutoWrapper.Core as a Cake Addin #addin nuget:?package=AutoWrapper.Core&version=2.1.0 // Install AutoWrapper.Core as a Cake Tool #tool nuget:?package=AutoWrapper.Core&version=2.1.0
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Http (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.2
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 3.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 3.0.0)
- Newtonsoft.Json (>= 12.0.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on AutoWrapper.Core:
Package | Downloads |
---|---|
MarketingBox.Sdk.Common
Package Description |
|
CodeZero
CodeZero is a set of common implementations to help you implementing Clean Architecture, DDD, CQRS, Specification Patterns and another facilities for new modern web applications is an open-source project written in .NET Core. |
|
Shaesk.Auth
This package add auth controller your project auto. check sample project open github. |
|
Lve.Emall.MemberService.Application
Package Description |
|
Kemen.Utility.Log
Library Log Pusintek |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AutoWrapper.Core:
Repository | Stars |
---|---|
proudmonkey/ApiBoilerPlate
A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.1
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-rc-04 | 2,431 | 7/11/2023 |
5.0.0-rc-03 | 17,069 | 8/25/2021 |
5.0.0-rc-02 | 1,500 | 8/13/2021 |
5.0.0-rc | 1,498 | 8/4/2021 |
4.5.1 | 136,813 | 7/11/2023 |
4.5.0 | 943,922 | 3/9/2021 |
4.4.0 | 19,618 | 2/4/2021 |
4.3.2 | 13,938 | 1/12/2021 |
4.3.1 | 76,286 | 9/23/2020 |
4.3.0 | 21,518 | 8/3/2020 |
4.2.2 | 70,182 | 6/4/2020 |
4.2.1 | 1,903 | 6/3/2020 |
4.2.0 | 2,327 | 6/2/2020 |
4.2.0-rc | 1,768 | 5/23/2020 |
4.1.0 | 27,264 | 4/19/2020 |
4.1.0-rc2 | 1,875 | 3/17/2020 |
4.1.0-rc | 1,639 | 3/16/2020 |
4.0.1 | 64,736 | 3/15/2020 |
4.0.0 | 8,287 | 3/3/2020 |
4.0.0-rc | 1,864 | 2/26/2020 |
3.0.0 | 23,800 | 2/2/2020 |
2.1.0 | 50,461 | 11/9/2019 |
2.0.2 | 2,175 | 11/6/2019 |
2.0.1 | 4,164 | 10/17/2019 |
2.0.0-rc2 | 1,706 | 10/15/2019 |
2.0.0-rc | 1,661 | 10/14/2019 |
1.2.0 | 2,017 | 10/7/2019 |
1.1.0 | 1,883 | 10/4/2019 |
1.0.0 | 3,298 | 9/23/2019 |
1.0.0-rc | 745 | 9/14/2019 |
- Added AutoWrapIgnore filter attribute for enpoints that don't need to be wrapped
- Added support to override non-sucess message when using IActionResult return types
- Added EnableResponseLogging and EnableExceptionLogging options to turn off auto logging.
- Added UnAuthorize and BadRequest message for HandleNotSucessAsync() method response.