New build of dotConnect for MySQL 8.19.1905 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for MySQL 8.19.1905 is available!

Post by Devart » Mon 07 Jun 2021 10:06

Dear users,

New build of dotConnect for MySQL 8.19.1905 is available for download now.

In this version:
  • A new connection string parameter BinaryUuidOrder that allows using binary MySQL UUID order of bytes when converting binary(16) to System.Guid is added
Entity Developer
  • The new extended property Use Generic DbContextOptions Constructor Argument is added to model properties of EF Core Model
  • The new extended property Do Not Generate Constructor With DbContextOptions Argument is added to model properties of EF Core Model
  • The bug with generating the Equals method for entities with Record Type=True by C# EF Core template is fixed
  • The bug with cleaning values of Length and Precision/Scale column's attributes by Update From Database Wizard in EF Core Model is fixed
  • The bug with ignoring template's Validation Error Messages values in the generated code, when class property's Validate Expression is initialized and Validate Format is set to a non-default value, is fixed
  • The bug with creating app.config in Visual Studio .NET Framework projects, when the "Rewrite connection string during regeneration" option is turned off in Model Settings, is fixed
Entity Framework support
  • Entity Framework Core 5.0.6 is supported
  • Entity Framework Core 3.1.15 is supported
  • The EF6 provider registration used with .NET Framework compliant assemblies is improved: the [DbConfigurationType(typeof(MySqlEntityProviderServicesConfiguration))] attribute set for DbContext descendant allows now calling the DbContext constructor, that accepts a connection string, with no need to register a custom IDbConnectionFactory implementation
  • The bug with connection recovery after the initial connection attempt failure in EF Core is fixed

Devart development team
http://www.devart.com/dotconnect/mysql/

Locked