10 references to Resources
Microsoft.AspNetCore.Identity.EntityFrameworkCore (10)
artifacts\obj\Microsoft.AspNetCore.Identity.EntityFrameworkCore\Release\net11.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
IdentityEntityFrameworkBuilderExtensions.cs (2)
34
throw new InvalidOperationException(
Resources
.NotIdentityUser);
44
throw new InvalidOperationException(
Resources
.NotIdentityRole);
IdentityUserContext.cs (6)
227
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
276
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
338
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
386
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
433
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
481
throw new InvalidOperationException(
Resources
.CanOnlyProtectStrings);
UserStore.cs (1)
372
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture,
Resources
.RoleNotFound, normalizedRoleName));