We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] is returned as valid by the validation helper. Method documentation indicates it should validate minimum format of [email protected]
[email protected] is returned as invalid
var isValid = ValidationHelper.IsEmail("[email protected]");
Nuget Package:
Package Version(s): 1.29.0-dev.93
Affected platform(s): Probably all.
Visual Studio:
Relevant plugins:
The text was updated successfully, but these errors were encountered:
Looks like we're missing unit tests for this:
Uno.Core/src/Uno.Core/Validation/ValidationHelper.cs
Line 284 in ab0253a
Those should help: #62
@alexvlaar could you add you test in this branch ?
Sorry, something went wrong.
No branches or pull requests
Current behavior
[email protected] is returned as valid by the validation helper.
Method documentation indicates it should validate minimum format of [email protected]
Expected behavior
[email protected] is returned as invalid
How to reproduce it (as minimally and precisely as possible)
var isValid = ValidationHelper.IsEmail("[email protected]");
Environment
Nuget Package:
Package Version(s): 1.29.0-dev.93
Affected platform(s):
Probably all.
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: