andrebaltieri / FluentValidator

Fluent Validator is a fluent way to use Notification Pattern with your entities
122 stars 40 forks source link

Validação de Email e Url #3

Closed miltoncamara closed 7 years ago

miltoncamara commented 7 years ago

Quando passamos um email ou url vazio, o método não está adicionando notificações e tornando o objeto válido.

andrebaltieri commented 7 years ago

The behavior is correct. It should only validate if there`s an URL or an Email. Remember you can use IsRequired together to reach this validation you want!