Entity Developer Releases

Released: Oct 24, 2019

Atualizações na V6.6.852

Recursos

  • Added support for PostgreSQL 12.
  • Added support for "Optimize rendering for screens with different pixel densities" feature of Visual Studio 2019.

Correções

  • Fixed compatibility issue with JetBrains ReSharper.

Released: Sep 13, 2019

Atualizações na V6.5.823

Recursos

  • Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.
  • Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1

Correções

  • Behaviour changed: names ending with "s" now have a longer version (for example, status -> statuses).
  • Fixed bug: invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject'.
  • Fixed bug detecting FK relation...

Released: Jul 25, 2019

Atualizações na V6.4.790

Recursos

  • Compatible with dotConnect providers.

Released: Jul 4, 2019

Atualizações na V6.4.775

Recursos

  • Added the ability to disable the generation of byte order marks (BOM) at the beginning of code files.
  • Increased the wait time, to 180 seconds for SQL Server, while trying to retrieve metadata before terminating the attempt and generating an error.

Released: Apr 11, 2019

Atualizações na V6.4.719

Recursos

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

Atualizações na V6.3.710

Recursos

  • Support for Visual Studio 2019 Release Candidate 4.
  • Support for using an extended property of type OutputInfo.
  • Simplified code generated for nullable properties
  • PostgreSQL 11 support.

Released: Jan 10, 2019

Atualizações na V6.3.660

Recursos

  • Added support for PostgreSQL 11.

Correções

  • Fixed bug using ASP.NET Core Web Application (.NET Framework) and Azure Functions v1 (.NET Framework) projects in Visual Studio 2017.

Released: Jun 21, 2018

Atualizações na V6.3.525

Recursos

  • Support for Entity Framework Core 2.1.
    • Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
    • Lazy loading for Entity Framework Core 2.1:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
      • Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
    • Properties now have the Constructor Parameter property, for...

Released: May 24, 2018

Atualizações na V6.2.505

Recursos

  • Added compatibility with dotConnect providers.

Released: Feb 15, 2018

Atualizações na V6.2.439

Recursos

  • Now supports Identity columns in PostgreSQL 10.
  • Support for ASP.NET Core MVC added to Data Annotations Metadata template.

Correções

  • Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.