Entity Developer 8.0.35
Released: Mar 13, 2026
8.0.35 中的更新
特性
- Added full-featured support for modern .NET (.NET Core/.NET) versions of the ADO.NET providers.
- Added support for SQL Server 2025.
- Added support for Oracle Database 26ai.
- Added the Service Name parameter to the Oracle connection dialog.
- Added Japan, Saudi Arabia, and UK data centers to the Zoho CRM connection dialog.
- Improved performance of the Update Model From Database wizard for PostgreSQL 17 and later.
Entity Framework support
- Added support for Entity Framework Core 10.
修補程式
- Fixed an issue where the Update From Database wizard incorrectly detected foreign key changes in Table-per-Type (TPT) inheritance.
- Fixed a NullReferenceException in the Update Database From Model wizard.
- Fixed an issue where nullable DateOnly and TimeOnly primitive properties were generated incorrectly when Nullable Reference Types was set to Enable in the template options.
- Fixed an issue with mapping the Oracle BOOLEAN data type in Oracle Database 23ai.
- Fixed an issue where the Update Model From Database wizard naming rules handled the Turkish dotted İ incorrectly in column names.
- Fixed an issue where Visual Studio could display the error "The operation was canceled".
- Fixed an issue with installation when using the /NOICONS flag.
- Fixed an issue with licensing.
Entity Framework support
- Fixed an issue with DTO classes when an EF Core entity property had Shadow = true.
- Fixed an issue with generating default values for class properties in EF6 models.
- Fixed an issue where nullable navigation properties were generated incorrectly in EF Core models when Nullable Reference Types was set to Enable in template options.
- Fixed an issue in the VB.NET template where private property setters were generated incorrectly for EF Core models when Private setter for store generated properties was set to True.
- Fixed an issue where using an enum as a primary key in EF Core models could throw the error "Specified cast is not valid".
LinqConnect support
- Fixed an issue where the Create Model wizard in .NET Core projects with LinqConnect models could fail with the error "The reference 'Devart.Data.Linq' could not be added to the project".
NHibernate support
- Fixed an issue with model validation for composite keys in NHibernate models.