Entity Developer 7.1.151

Released: Jun 1, 2023

7.1.151 での更新項目

機能

  • Added support for Microsoft Visual Studio 2022 version 17.7 preview.
  • Behavior change: Primitive properties now have 'Inheritance Modifier = None' by default.
  • A temporal configuration section has been added to class properties in Entity Framework Core 6 and higher models (Microsoft SQL Server).
  • The Triggers configuration option has been added to class properties in Entity Framework Core 7 models (SQL Server).
  • Retrieving metadata of table triggers by Create Model Wizard and Update From Database Wizard is now supported in Entity Framework Core 7 models (SQL Server).

不具合の修正

  • Fixed the bug when mapping PostgreSQL inet and macaddr types in EF Core Model (Npgsql).
  • Fixed the bug "Custom tool error: Object of type 'System.Int32' cannot be converted to type 'System.UInt32'" within saving Devart Entity Model.
  • Fixed the bug with the detection of non-existent changes while updating a model from a database.
  • Fixed the bug with creating Devart Entity Model in Visual Studio 2022.
  • Fixed the bug with code generation for TPT inheritance in the EF Core template.
  • Fixed the bug with generating incorrect scale in mapping for decimal columns by the EF Core template (Visual Basic) in EF Core 5 and higher.
  • Fixed the bug with generating incorrect quote sign for column names being reserved words in code, which reads result set returned by a procedure, by the EF Core template (C# and Visual Basic) (SQL Server).
  • Fixed the bug with missing model context namespace in EntityFrameworkUnitOfWork.cs produced by the Repository And Unit of Work template (C#) in EF Core.
  • Fixed the bug with retrieving metadata of functions, procedures, packages in Oracle Server 8i/9i/10g by Create Model Wizard.