Released: Oct 21, 2021
V9.14.1369 中的更新
特性
- Microsoft Visual Studio 2019 Preview support has been discontinued.
Entity Framework support
- Added support for Entity Framework Core 5.0.11.
- Added support for Entity Framework Core 3.1.20.
- The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET Standard compliant assemblies has been improved: the generated names are constant, independent on a current domain and workstation.
- The config.CodeFirstOptions.DropConstraintsByColumns configuration option has been added (default value is False) to provide the ability to drop the existing foreign keys and indexes basing on the column names instead of constraint names.
修補程式
- Fixed the bug with throwing Devart.Common.LicenseException, when Devart.Data.Oracle.dll is embedded into a single file application.
- Fixed the bug with InOut LOB parameters.
- Fixed the bug with applying .NET Standard licensing to .NET 6 projects.
Entity Developer
- Fixed the bug with launching Entity Developer after applying Windows 10 Update KB5006670 and Windows 11 Update KB5006674.
LinqConnect (formerly known as LINQ to Oracle)
- Fixed the bug with parsing TypeName values in XML mapping generated by Visual Basic template.
Entity Framework support
- Fixed the bug with using DateTime.Now, DateTime.UtcNow, DateTimeOffset.Now within LINQ query in Entity Framework Core 5.