4 references to InvalidUserName
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
251var error = _errorDescriber.InvalidUserName("");
Microsoft.AspNetCore.Identity.Test (1)
UserValidatorTest.cs (1)
35IdentityResultAssert.IsFailure(result, new IdentityErrorDescriber().InvalidUserName(input));
Microsoft.Extensions.Identity.Core (2)
UserValidator.cs (2)
59errors.Add(Describer.InvalidUserName(userName)); 65errors.Add(Describer.InvalidUserName(userName));