Entity Developer Releases
Released: Apr 24, 2025
Updates in 7.3.235
Features
- Added support for Microsoft Visual Studio 2022 version 17.14 Preview.
Fixes
- Fixed an issue that caused the "The request was aborted: a protected SSL/TLS channel could not be created" error during application startup.
Entity Framework support
- Fixed an issue with NuGet package installation on the final step of the Create Model Wizard when Entity Developer was run inside Visual Studio.
- Fixed an issue with code generation for nullable collections that occurred when the Collection...
Released: Feb 11, 2025
Updates in 7.3.193
Features
- Added new SynchronizeNullableReferenceTypes attribute to model settings (*.edps file) to control the synchronization of NullableReferenceType properties across different templates.
Fixes
Entity Framework support
- Fixed an issue with property mapping for nested types in Entity Framework models.
- Fixed an issue with the Update From Database wizard falsely detecting precision and scale changes in DECIMAL or NUMERIC columns for EF Core models.
Released: Jan 14, 2025
Updates in 7.3.191
Fixes
- Fixed an issue with the generation of complex types for stored procedures.
- Fixed an issue with the Update From Database wizard falsely detecting changes in NUMBER GENERATED ALWAYS AS IDENTITY columns in Oracle databases.
- Fixed an issue where the Update Database From Model and Generate Database Script From Model wizards did not apply the Precision and Scale options for the DECIMAL data type in PostgreSQL.
Entity Framework support
- Fixed an issue with the Update From Database wizard failing...
Released: Dec 27, 2024
Updates in 7.3.190
Features
- Added support for PostgreSQL 17.
- Added support for Visual Studio 2022 version 17.13 Preview.
- Added the "Remove Guid" option to Model naming rules for improved support of SQL Server Graph tables.
Entity Framework support
- Added support for Entity Framework Core 9.
- .NET 9 has been added to the list of available Target Framework versions in the Create Model Wizard and Model Settings for EF and EF Core models.
- Added the "Nullable Reference Types" property to C# Data Transfer Object templates...
Released: Nov 8, 2024
Updates in 7.2.104
Features
- Added support for Microsoft Visual Studio 2022 version 17.12 Preview.
Fixes
- Resolved an issue with retrieving schema information for stored procedures.
Entity Framework support
- Fixed an issue where the Update From Database Wizard reset navigation property names in EF Core models.
Released: May 29, 2024
Updates in 7.2.20
Features
- Added support for Microsoft Visual Studio 2022 version 17.11 Preview.
Released: Jan 17, 2024
Updates in 7.2.10
Features
- 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
Updates in 7.1.177
Features
- Microsoft Visual Studio 2022 version 17.8 Preview is now supported.
Fixes
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
Updates in 7.1.151
Features
- 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
Updates in 7.1.134
Features
- 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...