2 references to Resources
Microsoft.AspNetCore.Identity (2)
artifacts\obj\Microsoft.AspNetCore.Identity\Release\net10.0\Microsoft.AspNetCore.Identity.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
IdentityBuilderExtensions.cs (1)
77
throw new InvalidOperationException(
Resources
.FormatInvalidManagerType(customType.Name, "SignInManager", builder.UserType.Name));