Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] ValidationBehavior should support async mode. #857

@AndreiMisiukevich

Description

@AndreiMisiukevich

Summary

API Changes

I propose to replace protected method bool Validate(object value) by Task ValidateAsync(object value)

Intended Use Case

Allow to create custom validators that work in async mode (e.g. send requests to the server)

Who Will Do The Work?

  • I am willing to take this on myself
  • Just putting this out there for someone to pick up

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions