3 writes to SchemaVersion
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (3)
CustomSchemaTest.cs (1)
29o.Stores.SchemaVersion = new Version(3, 0);
EmptySchemaTest.cs (1)
29o.Stores.SchemaVersion = new Version(11, 0);
VersionTwoSchemaTest.cs (1)
29o.Stores.SchemaVersion = IdentitySchemaVersions.Version2;
2 references to SchemaVersion
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
101protected virtual Version SchemaVersion { get => GetStoreOptions()?.SchemaVersion ?? IdentitySchemaVersions.Version1; } 123var version = GetStoreOptions()?.SchemaVersion ?? IdentitySchemaVersions.Version1;