entity framework - How to use IdentityDbContext with SQLite database in EF Core? -
i cannot use identitydbcontext sqlite in ef core because unable apply migrations. have error:
sqlite not support migration operation ('addforeignkeyoperation').
i know have rewrite migration manually (https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations). how? db context class empty class inheriting after identitydbcontext
Comments
Post a Comment