dotConnect for Zoho CRM 2.1.10

Released: Jan 17, 2024

Updates in 2.1.10

Features

  • Added support for Microsoft .NET 8.
  • Added support for Microsoft Visual Studio 2022.
  • 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 Framework support

  • Fixed the bug with generating literals for constants in LINQ queries in EF Core 2 and higher.
  • Fixed the bug with throwing the "Unable to resolve service for type TypeMappingSourceDependencies" error by the Scaffold-DbContext command in EF Core 6 and higher.
  • Fixed the bug with throwing the StackOverflowException in EF Core 6 and higher.
  • Fixed the bug with invalid cast to IDesignTimeServices by the Scaffold-DbContext command in EF Core.

Entity Developer

  • 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.