Entity Developer Releases
Released: Jul 25, 2019
Atualizações na V6.4.790
Recursos
- Compatible with dotConnect providers.
Released: Jul 4, 2019
Atualizações na V6.4.775
Recursos
- Added the ability to disable the generation of byte order marks (BOM) at the beginning of code files.
- Increased the wait time, to 180 seconds for SQL Server, while trying to retrieve metadata before terminating the attempt and generating an error.
Released: Apr 11, 2019
Atualizações na V6.4.719
Recursos
- Adds support for Visual Studio 2019.
Released: Mar 28, 2019
Atualizações na V6.3.710
Recursos
- Support for Visual Studio 2019 Release Candidate 4.
- Support for using an extended property of type OutputInfo.
- Simplified code generated for nullable properties
- PostgreSQL 11 support.
Released: Jan 10, 2019
Atualizações na V6.3.660
Recursos
- Added support for PostgreSQL 11.
Correções
- Fixed bug using ASP.NET Core Web Application (.NET Framework) and Azure Functions v1 (.NET Framework) projects in Visual Studio 2017.
Released: Jun 21, 2018
Atualizações na V6.3.525
Recursos
- Support for Entity Framework Core 2.1.
- Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
- Lazy loading for Entity Framework Core 2.1:
- Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
- Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
- Properties now have the Constructor Parameter property, for...
Released: May 24, 2018
Atualizações na V6.2.505
Recursos
- Added compatibility with dotConnect providers.
Released: Feb 15, 2018
Atualizações na V6.2.439
Recursos
- Now supports Identity columns in PostgreSQL 10.
- Support for ASP.NET Core MVC added to Data Annotations Metadata template.
Correções
- Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.
Released: Oct 30, 2017
Atualizações na V6.2.366
Recursos
- Adds support for .NET Standard 2.0 projects in Visual Studio 2017.
- Adds support for .NET Core 2.0 projects in Visual Studio 2017.
- The macaddr8 data type introduced in PostgreSQL 10 is now supported.
Released: Mar 2, 2017
Atualizações na V6.0.205
Recursos
- Adds support for Visual Studio 2017.
Correções
- Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
- Fixed bug with the "Validate on Build" option in Model Settings.
- Fixed compilation bug in the EF Core template after copying it to a model folder.