You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Could there be an general cause for these mapping differences?.
I'm encountering something similar between decimal types being explained as doubles.
Less fatal, but it begins to look like a pattern.
Edit: Looking further into the code ad ps-weber referenced, I found that decimal is not supported in the json/openApi spec yet, so my issue can be ignored. I guess double is as good as it gets.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A
int32
can not fit all possible values of auint32
.This leads to errors with generated clients.
See TypeExtensions.cs
Basically the same issue as #210, but with
uint
instead ofushort
.The text was updated successfully, but these errors were encountered: