ImmediatePlatform / Immediate.Validations

Source generated validations for Immediate.Handlers parameters
MIT License
4 stars 2 forks source link

Support for required properties #56

Closed tcortega closed 3 months ago

tcortega commented 3 months ago

Automatically check if properties with the required keyword or the [Required] attribute are null or not

viceroypenguin commented 3 months ago

No. Nullable fields can be marked required, and that has a specific valid meaning. IV already does an automatic check for whether a not null field is not-null. No additional checks around required are needed or will be added.