dotConnect for DB2 4.1.10

Released: Jan 17, 2024

Updates in 4.1.10

Features

  • Added support for Microsoft .NET 8.
  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.

Entity Framework support

  • Entity Framework Core 8.0.0 is now supported.
  • Entity Framework Core 7.0.14 is now supported.
  • Entity Framework Core 6.0.25 is now supported.

Entity Developer

  • EF Core 8 has been added to the list of available Entity Framework versions in Create Model Wizard and Model Settings in EF Core Model.
  • .NET 8 has been added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF and EF Core models.
  • Added the new extended property 'Do Not Generate OnConfiguring Method' for the model in EF Core Model.

Fixes

Entity Developer

  • Fixed the bug with naming of local variables in the code generated for invoking stored procedures and functions with parameters in EF Core.
  • Fixed the bug with unnecessary generation of the GetByKey() method in a repository for entities without primary key (QueryType=True) in EF Core.
  • Fixed the bug with wrongly turned on without the ability to turn off options "Detect Many-to-Many associations" and "Detect Table-Per-Type inheritances" in Model Settings of EF Core 1, 2, 3 models.
  • Fixed the bug with the availability of the "Table-Per-Type Hierarchy (TPT)" option in the "Model Refactoring" dialog of EF Core 1, 2, 3 models.
  • Fixed the bug with the availability of the "Table-Per-Concrete-Type Hierarchy (TPC)" option in the "Model Refactoring" dialog of EF Core 1, 2, 3, 5, 6 models.
  • Fixed the hang of Visual Studio 2022 when saving the model.