dotConnect for MySQL 9.4.190

Released: Dec 27, 2024

9.4.190 での更新項目

機能

  • Added Microsoft .NET 9 compatibility.
  • Added support for Visual Studio 2022 version 17.13 Preview.
  • Added confirmation for the execution of stored procedures and functions in the DataSet Wizard.

Entity Framework support

  • Added support for Entity Framework Core 9.
  • Updated support for Entity Framework Core 8 to version 8.0.11.
  • Updated support for Entity Framework Core 6 to version 6.0.36.
  • Updated support for Entity Framework 6 (EF6) to version 6.5.1.
  • Added support for the SQL translation of TimeSpan.Milliseconds used in LINQ queries in EF Core.
  • Added support for the SQL translation of TimeSpan.Microseconds used in LINQ queries in EF Core 8 or higher.

Entity Developer

  • .NET 9 has been added to the list of available Target Framework versions in the Create Model Wizard and Model Settings for EF and EF Core models.
  • Added the "Nullable Reference Types" property to C# Data Transfer Object templates to control whether C# 8 nullable and non-nullable reference types should be generated.

不具合の修正

  • Fixed an issue with applying the license key on Red Hat-based Linux systems (Red Hat 9, AlmaLinux 9, Rocky Linux 9) when the system-wide cryptographic policy was set to DEFAULT.
  • Fixed an issue with the missing Name and Owner properties in the DbCommandBase class within .NET Standard 2.0 compliant assemblies.

Entity Developer

  • Fixed an issue with incorrect One-to-One relation multiplicity in EF Core models.
  • Fixed a bug with the incorrect detection of two unique indexes on the same column in the Update From Database wizard for EF Core models.
  • Fixed an error with code generation for stored procedures when Pluralization=Unchanged in the Model naming rules of the LinqConnect model.