shibayan / Sharprompt

Interactive command-line based application framework for C#
MIT License
771 stars 50 forks source link

Fixed failing example build #204

Closed volkanpaksoy closed 2 years ago

volkanpaksoy commented 2 years ago

The example was failing to build due to the following error: "Argument type 'System.Func<object,System.ComponentModel.DataAnnotations.ValidationResult>[]' is not assignable to parameter type 'string'" so specified the argument name explicitly

shibayan commented 2 years ago

Thanks!