EntryPoint
EntryPoint copied to clipboard
Support OptionParameter/Operand data validation
Such as Range(0, 60) for numbers, Regex() validation, etc.
This is a nice to have, although quite easy to do by the application developer, and potentially more flexible that way.
Ideas for what could be provided:
- ValidateRange(0, 1, inclusive|exclusive)
- ValidateRegEx(string)
- ValidateCustom(Func<T, bool>>)