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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -