EF Core Model Target Framework Not Saved

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
sbauder_sre
Posts: 8
Joined: Tue 10 Mar 2020 10:54

EF Core Model Target Framework Not Saved

Post by sbauder_sre » Fri 02 Apr 2021 10:26

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF Core Model Target Framework Not Saved

Post by Shalex » Mon 05 Apr 2021 11:23

Thank you for your report. We will investigate the issue and notify you about the result.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF Core Model Target Framework Not Saved

Post by Shalex » Mon 12 Apr 2021 13:56

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.

Post Reply