Questions tagged as 'fluentvalidation'

1
answer

What are the best practices for implementing DryIoc, FluentValidation and Lazy?

I'm building an architecture based on the use of Lazy, DryIoc e o FluentValidation . I intend to do all validations with the object. When I actually use the object I will instantiate it (Start). I do not know if I'm sinning in any det...
asked by 03.07.2017 / 16:14
1
answer

How to use the ruleset functionality of FluentValidation in Web API?

I would like to use a FluentValidation feature called ruleset in a Web API project because it does not I want to have to be doing model validation manually every time an action method is called. So I used the FluentValidationModelVali...
asked by 06.01.2016 / 12:31
1
answer

How can I validate an enum using FluentValidator?

I am creating a validation class in c# using FluentValidation to validate that my Type property of my Account class is of type AccountType which is my enum . How would the correct implementation of this...
asked by 06.01.2017 / 19:12