4 references to SchemaVersion
Microsoft.AspNetCore.Identity.EntityFrameworkCore (4)
IdentityUserContext.cs (2)
135
protected virtual Version SchemaVersion { get => GetStoreOptions()?.
SchemaVersion
?? IdentitySchemaVersions.Version1; }
157
var version = GetStoreOptions()?.
SchemaVersion
?? IdentitySchemaVersions.Version1;
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
)}' " +