viceroypenguin / Going.Plaid

Plaid API .NET library
https://plaid.com
MIT License
71 stars 33 forks source link

String '2023-04-07T21:44:44Z' contains parts which are not specific to the DateOnly. #181

Closed apereladov closed 11 months ago

apereladov commented 1 year ago

Going.Plaid.Entity.ConnectedApplication { [JsonPropertyName("created_at")] public DateOnly CreatedAt { get; init; } = default!; }

Plaid response is image

viceroypenguin commented 1 year ago

Hello @apereladov. This is a bug in the in the upstream OpenAPI spec file distributed by Plaid. I have escalated this issue to them, and they have agreed to add correct this in the spec file in the November release; at which point I will update this library based on that release. If you need a fix sooner, please let me know and they have agreed with me to do a mid-month release including this fix.

viceroypenguin commented 11 months ago

This field has been corrected in Going.Plaid and released with v6.10.0