dotConnect for MySQL V8.19.1782

Released: Dec 3, 2020

V8.19.1782 での更新項目

機能

  • Microsoft Visual Studio 2019 version 16.9 Preview is now supported.

Entity Developer

  • These new features are now supported in Entity Framework 5.0:
    • TPT inheritance.
    • Many-to-many associations.
    • New types of properties: IPAddress and PhysicalAddress.
  • The Model Refactoring functionality is now supported for classes in Entity Framework Core Model.
  • The behavior has changed in a standalone Entity Developer: by default the Target Framework model property in Entity Framework Core Model is set to Microsoft .NET 5 instead of Microsoft .NET Framework.

Entity Framework support

  • Entity Framework Core 5.0 is now supported.
  • Entity Framework Core 3.1.10 is now supported.
  • The behavior has changed: Entity Framework Core 3 assemblies available via NuGet package are compiled for Microsoft .NET Standard 2.0 instead of .NET Standard 2.1.
  • The behavior has changed: Entity Framework Core 2 assemblies are no longer available via NuGet package but created in the provider installation folder.

不具合の修正

  • The bug with updating projects that reference EF6 provider assembly via Upgrade Wizard has been fixed.

Entity Developer

  • The bug with saving non-default value of Target Framework model property in EF6 model modified with a standalone Entity Developer has been fixed.
  • The bug with adding new arguments at the end of argument list instead of actual position in method signature by Update From Database Wizard has been fixed.

Entity Framework support

  • The bug with using another context's connection in DbContextOptionsBuilder.UseMySql(connection) in Entity Framework Core has been fixed.