I'm currently learning using AutoFixture and can't figure out if there is a neat way to let AutoFixture generate a specimen that adheres the rules defined in my validator using FluentValidation.
Desired Solution
Let AutoFixture generate speciman following rules defined in validator.
Current Situation
AutoFixture generates random properties that violate the validation rules.
Question
Can AutoFixture create specimens adhering a AbstractValidator from FluentValidation?