Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Improve email validation #1086

@VahidN

Description

@VahidN

Currently email validation is disabled in UserValidator class. new MailAddress part can be replaced with

if(!new EmailAddressAttribute().IsValid(email)) { /*...*/ }

EmailAddressAttribute is part of the new framework.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions