dotConnect for MySQL V8.18.1739
Released: Oct 1, 2020
V8.18.1739 での更新項目
機能
- Added support for Microsoft Visual Studio 2019 version 16.8 Preview.
Entity Developer
- Improved support for Entity Framework Core 3 spatial data types: In addition to Geometry and Geography, specific .NET NetTopologySuite types like GeographyPoint, GeographyLine are now available property types.
- Updated default mapping for spatial data types in Server's Options.
不具合の修正
Entity Developer
- Fixed bug "EntityProperty does not contain a definition for IsSpatialType", when custom template from previous versions is used, in Entity Framework Core Model.
- Fixed bug applying On Delete Action=Cascade set in Association Editor to the Generate Database Script functionality in Entity Framework Core Model.
- Fixed bug reading settings from *.edps by console Entity Developer.
Entity Framework support
- Fixed bug System.NullReferenceException by the Code-First CreateDatabase() / Code-First Migrations functionality in Entity Framework Core.
- Fixed bug reading boolean values by LINQ queries with multiple .Include() in EF4/EF5/EF6.