Hello. I have a problem. I'm trying to add migration of membershipDbContext on beta8. I use command "dnx ef migrations add MigrationName".
It successfully created but there is a problem. It doesn't show in migration list at all. I use a command "dnx ef migrations list". It's empty.
For command "dnx ef migrations script" it shows error: http://prntscr.com/8wodoy. Snapshot is changing after migration. Maybe I am doing something wrong?
The table _EfMigrationsHistory created but empty (because I am not updating database).
Could anybody help with it? Thanks. WBR Dekhtiar Oleksandr.