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
- Host: GitHub
- URL: https://github.com/klinki/ef-core-issue
- Owner: klinki
- Created: 2022-12-11T19:19:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:28:33.000Z (over 2 years ago)
- Last Synced: 2025-01-19T11:27:17.533Z (5 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.