Automatically set Range attribute on int16(short) properties
Dear fellow devs,
Could a feature be added where: if the RangeAttribute is not set on a property of type short a RangeAttribute is automatically added with values short.MinValue and short.MaxValue.
Since OpenApi does not support Int16, this is the only way to easily make clear what values are valid. I've considered building this functionality myself, but it should be basic functionality.
Of course, same goes for int32, where Range should potentially be int32.MinRange < value < int32.MaxValue.
Doesn't sound like a huge amount of work, so was hoping this could be added sometime in the future.
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.