Matt McKinstry
Matt McKinstry
Hope your son gets well soon
> https://www.nuget.org/packages/AutoWrapper.Core.Net5/4.5.1 > > @proudmonkey seems someone added support for .NET5, if you can extend this to include .NET6, that would be great That was me. Its just a fork...
Had a quick play. ApiRequestHandler.HandleSuccessfulRequestAsync does not work when returning a collection. Think it needs the following change `if (root.ValueKind == JsonValueKind.Object || root.ValueKind == JsonValueKind.Array)`
Handling of ApiProblemDetailsException seems to be broken Doing the following produces a 500 Internal Server error now `throw new ApiProblemDetailsException($"Record with id: {id} does not exist.", Status404NotFound);`