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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -