An open API service indexing awesome lists of open source software.

https://github.com/klinki/ef-core-issue

Simple repro for bug in EF.Core
https://github.com/klinki/ef-core-issue

Last synced: 3 months ago
JSON representation

Simple repro for bug in EF.Core

Awesome Lists containing this project

README

        

# EF.Core Migrations freezing issue

Look at file [AppDbContext](./Entities/AppDbContext.cs) 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.