AutoWrapper.Core
5.0.0-rc
This is a prerelease version of AutoWrapper.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AutoWrapper.Core --version 5.0.0-rc
NuGet\Install-Package AutoWrapper.Core -Version 5.0.0-rc
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="AutoWrapper.Core" Version="5.0.0-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoWrapper.Core --version 5.0.0-rc
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoWrapper.Core, 5.0.0-rc"
#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.
// Install AutoWrapper.Core as a Cake Addin #addin nuget:?package=AutoWrapper.Core&version=5.0.0-rc&prerelease // Install AutoWrapper.Core as a Cake Tool #tool nuget:?package=AutoWrapper.Core&version=5.0.0-rc&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Breaking changes
- This release only supports .NET 5
- Middleware has been changed from
UseApiResponseAndExceptionWrapper
toUseAutoWrapper
ProblemDetails
is now the default exception format- Removed
Newtonsoft.Json
dependency and replaced it withSystem.Text.Json
- Use the interface
IApiResponse
model instead of the concreteApiResponse
model for returning responses using the default format. AutoWrapIgnore
andRequestDataLogIgnore
attributes now leaves underAutoWrapper.Attributes
namespace. The implementation was changed from usingIActionFilter
to useAttribute
, eliminating all the request header logic.- The following options has been removed:
- ApiVersion
- ReferenceLoopHandling
- UseCustomSchema
- ReferenceLoopHandling and DefaultContractResolver aren't still supported in .NET 5 that's why handling reference loop and ApiResponse property mappings will not be supported when targetting .NET 5.
- .NET Core 3.1 will still use Newtonsoft.Json and it's only supported by AutoWrapper ⇐ v4.5.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- HelpMate.Core (>= 1.1.0)
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,540 | 7/11/2023 |
5.0.0-rc-03 | 17,339 | 8/25/2021 |
5.0.0-rc-02 | 1,501 | 8/13/2021 |
5.0.0-rc | 1,500 | 8/4/2021 |
4.5.1 | 143,199 | 7/11/2023 |
4.5.0 | 961,224 | 3/9/2021 |
4.4.0 | 19,660 | 2/4/2021 |
4.3.2 | 13,958 | 1/12/2021 |
4.3.1 | 76,671 | 9/23/2020 |
4.3.0 | 21,671 | 8/3/2020 |
4.2.2 | 70,372 | 6/4/2020 |
4.2.1 | 1,904 | 6/3/2020 |
4.2.0 | 2,328 | 6/2/2020 |
4.2.0-rc | 1,769 | 5/23/2020 |
4.1.0 | 27,649 | 4/19/2020 |
4.1.0-rc2 | 1,876 | 3/17/2020 |
4.1.0-rc | 1,640 | 3/16/2020 |
4.0.1 | 64,935 | 3/15/2020 |
4.0.0 | 8,288 | 3/3/2020 |
4.0.0-rc | 1,865 | 2/26/2020 |
3.0.0 | 23,983 | 2/2/2020 |
2.1.0 | 50,534 | 11/9/2019 |
2.0.2 | 2,176 | 11/6/2019 |
2.0.1 | 4,167 | 10/17/2019 |
2.0.0-rc2 | 1,707 | 10/15/2019 |
2.0.0-rc | 1,663 | 10/14/2019 |
1.2.0 | 2,021 | 10/7/2019 |
1.1.0 | 1,885 | 10/4/2019 |
1.0.0 | 3,305 | 9/23/2019 |
1.0.0-rc | 752 | 9/14/2019 |
See project repo for release notes.