This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
System.UInt32 incorrectly translated to OpenApi format "int32" #227
Open
Description
A int32
can not fit all possible values of a uint32
.
This leads to errors with generated clients.
Basically the same issue as #210, but with uint
instead of ushort
.
Metadata
Metadata
Assignees
Labels
No labels