Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

FluentValidation can still validate the list of strings as long as you define a valid validator for string inputs. However, if the validator is specifically designed to work with objects or classes, then it may not be adequate for validating a list of strings. In this case, you may need to create a custom validator that caters to string inputs.