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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -