Entity Developer Releases

Released: Jan 17, 2024

Atualizações na 7.2.10

Recursos

  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.
  • Added a new "Show System Schemas" option. If the check box is selected, database objects from system schemas will be retrieved (SQL Server).
  • Added a new "Retrieve Cross Schema Relations". If the check box is selected, foreign keys from different schemas will be retrieved. This can take some time (SQL Server).

Entity Framework support

  • Entity Framework Core 8 is now supported.
  • .NET 8 has been added to the list of...

Released: Nov 16, 2023

Atualizações na 7.1.177

Recursos

  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.

Correções

Entity Framework support

  • Wrong quotation of the following keywords specified in the Default Value of the Column Editor: SYSDATE, SYSTIMESTAMP, CURRENT_DATE, SYS_EXTRACT_UTC(CURRENT_TIMESTAMP), SYS_EXTRACT_UTC(SYSTIMESTAMP) (Oracle).
  • Fixed the bug detecting 'TINYINT(1) NOT NULL DEFAULT 1' as function-based column default value in EF Core Model (MySQL).
  • Fixed the bug detecting 'NUMBER(1) NOT NULL DEFAULT 1' as...

Released: Jun 1, 2023

Atualizações na 7.1.151

Recursos

  • Added support for Microsoft Visual Studio 2022 version 17.7 preview.
  • Behavior change: Primitive properties now have 'Inheritance Modifier = None' by default.
  • A temporal configuration section has been added to class properties in Entity Framework Core 6 and higher models (Microsoft SQL Server).
  • The Triggers configuration option has been added to class properties in Entity Framework Core 7 models (SQL Server).
  • Retrieving metadata of table triggers by Create Model Wizard and Update From...

Released: Mar 1, 2023

Atualizações na 7.1.134

Recursos

  • Microsoft Visual Studio 2022 version 17.5 Preview is now supported.

Entity Framework support

  • Entity Framework Core 7 has been added to the list of available EF versions in Create Model Wizard and Model Settings in EF Core Model.
  • Microsoft .NET 7 has been added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF Core Model
  • Added new extended properties 'Do Not Generate Serializable Attribute' and 'Do Not Serialize' for complex types in...

Released: Jun 30, 2022

Atualizações na 7.0.0

Recursos

  • Added support for Microsoft Windows 11.
  • Added support for Microsoft Visual Studio 2022 version 17.2 and 17.3 Preview.
  • Added 64-bit version of standalone Entity Developer application.
  • Added 64-bit version of console Entity Developer application.
  • Changed the behavior: Entity Developer default installation path has changed from C:\Program Files (x86)\Devart\Entity Developer to C:\Program Files\Devart\Entity Developer.

Released: Jan 25, 2022

Atualizações na V6.12.1419

Recursos

Entity Framework support

  • Changed behavior: Turning off the "Save connection to" option in Model Settings of Entity Framework Core Model wipes out connection string literal from the generated code.

Released: Dec 21, 2021

Atualizações na V6.12.1395

Recursos

Entity Framework support

  • Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model Settings.

Correções

Entity Framework support

  • Fixed the bug with wrong automatic assigning QueryType=True for views added to Entity Framework Core Model, when Entity Framework Core version=EF Core 1 in Model Settings.
  • Fixed the bug with throwing System.NullReferenceException when saving the...

Released: Nov 9, 2021

Atualizações na V6.12.1367

Correções

Entity Framework support

  • Fixed the bug with missing .HasColumnType in the generated mapping of decimal class property, when Precision is specified but SQL Type is not set in Column Editor of Entity Framework Core 1/2/3 model and SQL Server as a target server.
  • Fixed the bug with parsing discriminator value as string, even when its type is different, in TPH inheritance of Entity Framework Core Model.

Released: Oct 21, 2021

Atualizações na V6.12.1354

Recursos

  • Microsoft Visual Studio 2019 Preview support has been discontinued.

Correções

  • Fixed the bug with launching Entity Developer after applying Windows 10 Update KB5006670 and Windows 11 Update KB5006674.
  • Telerik Data Access support - Fixed the bug with throwing NRE by the code generated with the Data Access template.

Released: Sep 28, 2021

Atualizações na V6.12.1338

Recursos

  • Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.

Entity Framework support

  • Added new "Save connection to" option to Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
  • Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
  • Added new property "Generate...