Entity Developer V6.12.1338
Released: Sep 28, 2021
V6.12.1338 中的更新
特性
- Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.
Entity Framework support
- Added new "Save connection to" option to Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
- Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
- Added new property "Generate UnitOfWork Repository Properties" to the Entity Framework Core Model Repository and Unit Of Work template for accessing entity collections.
- Added support for URI data types to Entity Framework Core Model.
- Added support for DateOnly and TimeOnly data types to Entity Framework Core 6 models (Microsoft SQL Server, SQLite).
- Changed the representation of one-to-one association with non-nullable properties on both ends from 1 -> 1 to 0..1 -> 1 on diagrams in the Entity Framework Core Model.
修补程序
Entity Framework support
- Fixed the bug throwing "Unknown property 'DoNotSerialize'.", when complex types and VB.NET template are used in Entity Framework Core Model.
- Fixed the bug with code generation for the Constrained option of Association Editor in the case of 0..1 -> 1 association in Entity Framework Core Model.
- Fixed the bug with mapping NUMBER columns to .NET types in Entity Framework Core via Oracle.EntityFrameworkCore ("ODP.NET, Unmanaged Driver"/"ODP.NET, Managed Driver").