EntryPoint icon indicating copy to clipboard operation
EntryPoint copied to clipboard

Support OptionParameter/Operand data validation

Open Nick-Lucas opened this issue 7 years ago • 1 comments

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.

Nick-Lucas avatar Dec 26 '16 17:12 Nick-Lucas

Ideas for what could be provided:

  • ValidateRange(0, 1, inclusive|exclusive)
  • ValidateRegEx(string)
  • ValidateCustom(Func<T, bool>>)

Nick-Lucas avatar Dec 28 '16 23:12 Nick-Lucas