Entity Developer 7.3.235
Released: Apr 24, 2025
7.3.235 中的更新
特性
- Added support for Microsoft Visual Studio 2022 version 17.14 Preview.
修補程式
- 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 Initialization Type was set to "None" in template options for EF Core models.
- Fixed an issue with creating new composite unique keys in EF Core models.
- Fixed an issue in Generate Database Script wizard that caused duplicated index names and incorrect ordering of primary key columns for derived classes using Table-Per-Type (TPT) inheritance in EF Core models.
- Fixed an issue with modifying a DEFAULT constraint (SQL Server).
- Fixed an issue where a complex type was generated as the method result type for a stored procedure or function when the result set had no column names (MySQL).
- Fixed an issue where stored procedures were incorrectly detected as functions in PostgreSQL databases.
- Fixed an issue with mapping composite foreign key columns in PostgreSQL databases.