AutoWrapper
AutoWrapper copied to clipboard
A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Deserialize from bodyText only when it contains Result property
Has anyone a sample of Custom Response Schema in version 5? I have used in version 4 with the wrapper option IsCustomSchema=true which is removed in version 5. I tried...
Hi I am using https://github.com/jasontaylordev/CleanArchitecture which has an ApiExceptionFilterAttribute that trapped my Validation Exceptions (and errors dictionary). After enabling AutoWrapper, all I get is a generic `{ "message": "One or...
I am attempting to work around the issues reported in #135 and #133 by using AutoWrapper 4.5 w/ the `ProblemDetails` response. However, I am running into issues with that configuration....
I am trying to upgrade AutoWrapper from 4.5 to 5.0 in order to work around the problems reported in issue #133. In doing so, I've found a problem that does...
Hi there. First of all, thanks for your time and project! I am having an issue with the latest stable version of the library (4.5) running on .NET Core 6.0....
Hi there. I am trying out AutoWrapper 5.0 in an attempt to work around the problem described in issue #133. With AutoWrapper 5.0, I am running into the following problem:...
When wrapped content contains StatusCode as a property, AutoWrapper deserialize it into ApiResponse class and changes the real status code value. For example, when return body looks like this; {...
Hi @proudmonkey , Any idea when support for .net core 6 will be added?