Lancements d'Entity Developer
Released: Nov 16, 2023
Mises à jour de 7.1.177
Fonctionnalités
- Microsoft Visual Studio 2022 version 17.8 Preview is now supported.
Correctifs
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...
Released: Jun 1, 2023
Mises à jour de 7.1.151
Fonctionnalités
- 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...
Released: Mar 1, 2023
Mises à jour de 7.1.134
Fonctionnalités
- 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...
Released: Jun 30, 2022
Mises à jour de 7.0.0
Fonctionnalités
- 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
Mises à jour de V6.12.1419
Fonctionnalités
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
Mises à jour de V6.12.1395
Fonctionnalités
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.
Correctifs
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...
Released: Nov 9, 2021
Mises à jour de V6.12.1367
Correctifs
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
Mises à jour de V6.12.1354
Fonctionnalités
- Microsoft Visual Studio 2019 Preview support has been discontinued.
Correctifs
- 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
Mises à jour de V6.12.1338
Fonctionnalités
- 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...
Released: Jul 8, 2021
Mises à jour de V6.11.1283
Fonctionnalités
- Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.
- The behavior of the Regenerate Storage and Mapping functionality in Entity Framework Core, NHibernate and Telerik Data Access models has been changed: the NOT NULL attribute of the column is now reset to undefined; after that, the behavior depends on the Nullable attribute of the class property only.
Correctifs
- The bug with throwing "Index was outside the bounds of the array" by Create Model Wizard/Update...