Page 1 of 1

EF Core Model Target Framework Not Saved

Posted: Fri 02 Apr 2021 10:26
by sbauder_sre
Hello, I've found a bug where the Target Framework is not being saved for EF Core Models.
It may be similar to the bug that was fixed for EF Models in the 6.10 release last December.

Entity Dev Version: 6.10.1189
Repro Steps
  • Create a new EF Core Model.
  • Use Database First.
  • Accept the defaults for everything until you get to the Model Properties step in the wizard.
  • Set the EF Core Version to EF Core 3.
  • Set the Target Framework to .NET Framework.
  • Check Use connection string from App.Config.
  • Accept the defaults through the rest of the wizard.
  • Save the model.
  • Open the Model Settings, confirm Target Framework is set to .NET Framework, close the dialog.
  • Close the model.
  • Reopen the model.
  • Open the Model Settings and see that Target Framework is now .NET 5.

Re: EF Core Model Target Framework Not Saved

Posted: Mon 05 Apr 2021 11:23
by Shalex
Thank you for your report. We will investigate the issue and notify you about the result.

Re: EF Core Model Target Framework Not Saved

Posted: Mon 12 Apr 2021 13:56
by Shalex
The bug with preserving Target Framework=.NET Framework in Model Settings of EF Core Model in a standalone Entity Developer is fixed in v6.11.1219: viewtopic.php?f=32&t=44957.