Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 306 Bytes

EF.Core Migrations freezing issue

Look at file AppDbContext at line 35, comment code below and run dotnet ef migration add RenameFk.

It should run without any problems and create empty migration.

Now, uncomment commented code and try to run it again. It should freeze.