-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indentation for temporal tables in OnModelCreating is a bit wonky #1267
Comments
Possible EF Core issue @roji ? |
@CaiusJard Are you using DbContext splitting? |
No splitting - here's what I have configured: Here's the table create script:
SQLS2017 I just went and took that script, changed all the names to have 2 on the end and made another table and rev'd it.. Indentation also comes through short on that one, so hopefully it will help you repro (sorry for omitting the detail earlier) |
It is an EF Core Bug and will be fixed in EF Core 7 🤥 dotnet/efcore#26349 |
Steps to reproduce
I just created a normal table, turned it temporal with an ALTER and then did an EFCPT rev engineer
Further technical details
EF Core version in use: EF Core 6
EF Core Power Tools version: current daily 2.5.902
Database engine: SQL Server 2017
Visual Studio version: 2022 17.0.5
The text was updated successfully, but these errors were encountered: