We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Identity is fully supported, no deviations are required from standard
services.AddDbContext<YourIdentityContext>(x => x .Configure(c => c.Using()/*...*/)); services.AddIdentity().AddEntityFrameworkStores<YourIdentityContext>();
Migrations are fully supported, as long as there's no non-standard deviations from application initialisation.
There was an error while loading. Please reload this page.