Bug adding EF Core Model

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
firebird_hunter
Posts: 9
Joined: Tue 18 Mar 2008 18:47

Bug adding EF Core Model

Post by firebird_hunter » Sat 11 Apr 2020 14:44

Hi,

today I installed ED 6.7.965 as trial version and I tried to add an EF Core model in a .net core 3.1 application.
But there is not any Entity Developer item under adding new item data. (The ED menu is under Extra in VS 2019.)

Next I tried just for fun a .net 4.8 framework application and there it is an EF Core model under data in adding item dialog. Hm. Is .net core not supported?

Back to the .net core application. There is no item to add. I just fiddle a little bit around and I found the items under ASP.NET Core Data...

I do not know if it is a bug or just by design. Just like to tell you. Sorry, I cannot add any screenshots.

Take care!

BR

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

Re: Bug adding EF Core Model

Post by Shalex » Tue 14 Apr 2020 13:03

I just fiddle a little bit around and I found the items under ASP.NET Core Data...

I do not know if it is a bug or just by design.
That is a designed behavior in .NET Core / .NET Standard projects. Right-click on the project in Solution Explorer > Add > New Item > ASP.NET Core > Data > Devart EF Core Model *.efml.

Post Reply