4 references to new
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
29
private static readonly EmailAddressAttribute _emailAddressAttribute =
new
();
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
1062
[
EmailAddress
]
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
543
[
EmailAddress
]
Microsoft.Extensions.Identity.Core (1)
UserValidator.cs (1)
91
if (!new
EmailAddressAttribute
().IsValid(email))