Entity Developer Lançamentos

Veja o que há de novo em cada versão, com detalhes sobre recursos, melhorias e problemas solucionados.

jan.
fev.
mar.
abr.
mai.
jun.
jul.
ago.
set.
out.
nov.
dez.
Entity Developer 8.1.12317 de jun. de 2026
Correções
  • Fixed an issue with files not being removed during uninstall and not being updated during reinstall.
Entity Developer 8.1.10025 de mai. de 2026
Recursos
  • Added support for Server-to-Server authentication in Salesforce.
Correções
  • Fixed an issue with displaying Unicode characters during installation.

Entity Framework support

  • Fixed an issue with one-to-one associations in EF Core models in the Update Model From Database wizard.
  • Fixed an issue with the View Generation in Entity Framework 6 models.
Entity Developer 8.0.7223 de abr. de 2026
Correções
  • Fixed an issue with generating complex types for stored procedures.
  • Fixed an issue with searching by model in the Find dialog.
  • Fixed an issue with protocol selection in the Connection Editor for MySQL and MariaDB connections in dotConnect for MySQL.
  • Fixed an issue with the Schema option in the Create Model Wizard for PostgreSQL connections in the Npgsql provider.

Entity Framework support

  • Fixed an issue with code generation for one-to-one associations in EF Core models.
Entity Developer 8.0.35Versão principal13 de mar. de 2026
Recursos
  • 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.
Correções
  • 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.