Entity Developer 6.5 is released!

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Entity Developer 6.5 is released!

Post by Devart » Fri 13 Sep 2019 17:40

Dear users,

Devart is delighted to introduce the release of Entity Developer 6.5 . Entity Developer now features support for Entity Framework 6.3 Preview 9 for projects with target framework .NET Core 3 or .NET Standard 2.1.

Besides, when installing Entity Developer, you can integrate it into release and preview versions of Visual Studio 2019 (even into both simultaneously).

You are welcome to download and evaluate the new version.

If you wish to provide feedback on the new version, you can do it in our forums or with contact form. There is also a feedback form, and we are always glad to hear your comments and take into account your development needs.

Here is the complete list of Entity Developer 6.5.823 features:
  • The integration with Visual Studio 2019 is improved: now the installation detects both 2019 Release and 2019 Preview versions
  • The behaviour is changed: a plural form of names ending with "s" now has a longer version (for example, status -> statuses)
  • The bug with invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject' is fixed
  • The bug with detecting FK relation based on unique index without unique constraint is fixed (SQL Server)
NHibernate support
  • The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard is fixed
Entity Framework support
  • Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
  • The bug with default Model-First mapping of System.DateTimeOffset in EF Core 2 model is fixed (SQL Server)
  • The bug with code generation in EF Core is fixed (MySQL Connector/NET)
  • The bug with copying a property with Primary Key=True / Entity Key=True to a complex type is fixed
  • The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core is fixed
Devart development team
http://www.devart.com/entitydeveloper/

drdevine
Posts: 2
Joined: Mon 23 Sep 2019 14:48

Re: Entity Developer 6.5 is released!

Post by drdevine » Mon 23 Sep 2019 14:51

Does this release support EF Core 3?

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: Entity Developer 6.5 is released!

Post by Devart » Tue 24 Sep 2019 13:06

No, this release doesn't support EF Core 3.

Locked