Skip to content

Add per rule delay #8

Description

@mr5z

Example outcome:

validationService.For(this, delay: TimeSpan.FromSeconds(0.7))
    .AddRule(e => e.FirstName, new StringRequiredRule(), new MinLengthRule(2), delay: TimeSpan.FromSeconds(0));

The rule for FirstName property will override the delay of 0.7s to 0s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions