dotConnect for MySQL 新版本發表

Released: Nov 9, 2021

V8.19.2014 中的更新

特性

Entity Framework support

  • Added support for Entity Framework Core 5.0.12.
  • Added support for Entity Framework Core 3.1.21.

修補程式

Entity Developer

  • Fixed the bug with parsing discriminator value as string, even when its type is different, in TPH inheritance of Entity Framework Core Model.

Entity Framework support

  • Fixed the bug with incomplete SQL generation by update-database -script in Entity Framework 6.4.4.

Released: Oct 21, 2021

V8.19.2001 中的更新

特性

  • Microsoft Visual Studio 2019 Preview support has been discontinued.

Entity Framework support

  • Added support for Entity Framework Core 5.0.11.
  • Added support for Entity Framework Core 3.1.20.
  • The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET Standard compliant assemblies has been improved: the generated names are constant, independent on a current domain and workstation.

修補程式

  • Fixed the bug with throwing Devart.Common.LicenseException...

Released: Sep 28, 2021

V8.19.1985 中的更新

特性

Entity Developer

  • Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.
  • Added new "Save connection to" option to Microsoft Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
  • Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
  • Added new property "Generate...

Released: Jul 8, 2021

V8.19.1930 中的更新

特性

  • Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.

Released: Jun 3, 2021

V8.19.1905 中的更新

特性

  • Added a new connection string parameter BinaryUuidOrder that allows using binary MySQL UUID order of bytes when converting binary(16) to System.Guid.

Released: Apr 1, 2021

V8.19.1860 中的更新

特性

  • Added support for Microsoft Visual Studio 2019 version 16.10 Preview.
  • Added the ability to use SslStream to create SSL connections for Microsoft .NET Standard (.NET Core) projects.
  • Added an additional parameter substitution mode in queries in the SSIS Data Flow Source component: substitution as is, without escaping.

修補程式

  • Fixed the bug with a DateTime variable in the SSIS Source component.

Released: Feb 18, 2021

V8.19.1836 中的更新

特性

  • Added a new command line option /disablegac that disables adding assemblies to GAC.

Entity Developer

  • Changed the behavior of Entity Developer embedded into Microsoft Visual Studio: lower versions in the Entity Framework Core version property of Model Settings are not hidden any more.
  • Changed the behavior in Entity Framework Core Model: QueryType=True is now set for all classes without PK.
  • Improved C# code generation: the using directives are generated instead of full namespaces in the names...

Released: Jan 14, 2021

V8.19.1812 中的更新

特性

Entity Developer

  • Added new attribute DisplayName for model objects' extended properties which are available via template properties.
  • Added new options --ContextNamespace and --DefaultNamespace to the Create-Model command of Console Entity Developer.
  • Added new extended model property Base Context Type for specifying a parent class for the generated context in Entity Framework Core Model.
  • Added new extended properties Base Type for complex types and Base Complex Type for model in Entity...

Released: Dec 17, 2020

V8.19.1792 中的更新

特性

Entity Framework support

  • Added support for Entity Framework Core 5.0.1.

修補程式

Entity Framework support

  • Fixed the bug with creating savepoints in Entity Framework Core 5.

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