Rilasci di Entity Developer
Released: Sep 17, 2020
Aggiornamenti in V6.9.1083
Funzionalità
- Improved the error message in Entity Developer console: now the text includes the list of all available templates if the specified name of the template was incorrect.
Entity Framework support
- Added support for Pomelo.EntityFrameworkCore.MySql in Entity Framework Core Model for connecting to MySQL and MariaDB.
- Added "Async MySQL ADO.NET Connector" to the list of available providers in Entity Framework Core Model.
- Added support for FirebirdSql.EntityFrameworkCore.Firebird in Entity...
Released: Jul 30, 2020
Aggiornamenti in V6.8.1049
Correzioni
- Fixed bug throwing System.NullReferenceException when opening *.edmx with invalid associations.
- Fixed bug detecting DbParameter.Size for the NVARCHAR/NCHAR columns of Microsoft SQL Server in EF Core Model.
- Fixed bug creating duplicate FKs in Microsoft SQL Server by Update To Database Wizard.
Released: Jun 17, 2020
Aggiornamenti in V6.8.1019
Funzionalità
- New Primitive Default Value Generation property added to Entity Framework, Entity Framework Core, NHibernate and Telerik Data Access templates to determine whether to generate initialization for a primitive property, based on database DEFAULT column value.
- New property "Nullable Reference Types" added to C# templates to specify whether C# 8 nullable reference types and non-nullable reference types must be generated.
- Code generation when assigning DateTime.Now to the DateTime...
Released: Jun 16, 2020
Aggiornamenti in V6.8.1039
Correzioni
- Fixed bug detecting FK relationships to tables in other schemas by Create Model Wizard and Update From Database Wizard.
- Fixed bug detecting Oracle columns default values by Create Model Wizard / Update From Database.
Released: Apr 2, 2020
Aggiornamenti in V6.7.965
Funzionalità
- Added command-line interface in standalone Entity Developer.
- Improved model file tree in .NET Core/.NET Standard projects - All generated code files and model files are now nested under the same node in the Solution Explorer.
- Improved compatibility with dotConnect providers - Provider packages loaded via NuGet are now registered in Entity Model, EF Core Model, and NHibernate Model with no need to run the dotConnect installation.
- Added the ability to search for available providers in...
Released: Feb 20, 2020
Aggiornamenti in V6.6.936
Funzionalità
- Added support for graph tables in SQL Server 2019.
Correzioni
- Behavior changed: columns with IsHidden=1 in SQL Server 2019 are ignored by Create Model Wizard.
- Fixed bug detecting MySQL computed columns.
- Entity Framework support
- Fixed bug returning multiple result sets in code generated by the Entity Framework Core template.
- Fixed bug detecting Identity=True for columns with synonym data type, when DetectFunctionBasedColumnDefault=True in Model Settings (PostgreSQL).
Released: Dec 23, 2019
Aggiornamenti in V6.6.894
Funzionalità
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
- Added 12cR2 option to the list of available Oracle versions in Model Synchronization settings.
Released: Nov 21, 2019
Aggiornamenti in V6.6.872
Funzionalità
- Added Self-Contained Entity Configuration property to the VB.NET version of Microsoft Entity Framework Core template.
- Added Entities Configuration Output property to VB.NET version of Entity Framework Core template.
- Added support for code generation of class properties with Alternate Key=True in VB.NET version of Entity Framework Core template.
- Added support for spatial types in Entity Framework Core (SQL Server).
Correzioni
- Fixed bug registering the list of supported ORMs in C...
Released: Oct 24, 2019
Aggiornamenti in V6.6.852
Funzionalità
- Added support for PostgreSQL 12.
- Added support for "Optimize rendering for screens with different pixel densities" feature of Visual Studio 2019.
Correzioni
- Fixed compatibility issue with JetBrains ReSharper.
Released: Sep 13, 2019
Aggiornamenti in V6.5.823
Funzionalità
- Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.
- Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
Correzioni
- Behaviour changed: names ending with "s" now have a longer version (for example, status -> statuses).
- Fixed bug: invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject'.
- Fixed bug detecting FK...