6 references to IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
IdentityDbContext.cs (4)
14/// Initializes a new instance of <see cref="IdentityDbContext"/>. 20/// Initializes a new instance of the <see cref="IdentityDbContext" /> class. 32/// Initializes a new instance of <see cref="IdentityDbContext"/>. 38/// Initializes a new instance of the <see cref="IdentityDbContext" /> class.
UserOnlyStore.cs (1)
735$"When using '{nameof(IdentityDbContext)}', make sure that '{nameof(IdentityOptions)}.{nameof(IdentityOptions.Stores)}.{nameof(StoreOptions.SchemaVersion)}' " +
UserStore.cs (1)
880$"When using '{nameof(IdentityDbContext)}', make sure that '{nameof(IdentityOptions)}.{nameof(IdentityOptions.Stores)}.{nameof(StoreOptions.SchemaVersion)}' " +