[Feature Request] - Allow add required modifier !
to non-null base property in specification
#980
Labels
enhancement
New feature or request
Reason
In the specification, all properties are nullable by default.
However, sometimes non-null properties are needed and can be explicitly marked as non-nullable using
!
.If a property is already non-null, attempting to use
!
will cause a compilation error:Description
Allow add required modifier
!
to non-null base property in specification.Existing solutions
No response
The text was updated successfully, but these errors were encountered: