Open
Description
The nullable
constraint on a property means that its value can be null
.
This is a bit more nuanced, but I think changing a property from not nullable to nullable may be a non-breaking change if there is explicit mention of what consumer expectations should be if the value is missing/null. Going from nullable -> not nullable is a breaking change.
Metadata
Metadata
Assignees
Labels
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Categorizes issue or PR as related to a new feature.Important over the long term, but may not be staffed and/or may need multiple releases to complete.Indicates an issue or PR is ready to be actively worked on.