AutoWrapper
AutoWrapper copied to clipboard
Problem with DateTimeOffset responses
Every Time the response contains a DateTimeOffset with any offset, AutoWrapper Change it to local DateTimeOffset.
You are using Jtoken.Parse from Newtonsoft.Json to parse the response and the problem came from there.
I just found out we have this same exact using AutoWrapper, we need a fix to this please otherwise we have to revert all of our code not to use the wrapper