dotConnect for SQLite (英語版) のリリース

Released: Dec 21, 2021

V5.19.2042 での更新項目

機能

Entity Developer

  • Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model Settings.

Entity Framework support

  • Entity Framework Core 6.0.1 is now supported.
  • Entity Framework Core 5.0.13 is now supported.
  • Entity Framework Core 3.1.22 is now supported.
  • NetTopologySuite 2.4.0 is now supported in Entity Framework Core 3, 5, and 6.

不具合の修正

Entity Developer

  • Fixed the bug with wrong...

Released: Nov 9, 2021

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

Released: Oct 21, 2021

V5.18.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 Code-First Migration operations RenameColumn (SQLite 3.25 and above) and DropColumn (SQLite 3.35 and above) are now natively supported in Entity Framework 4/5/6 and Entity Framework Core 1/2/3/5.
  • The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET...

Released: Sep 28, 2021

V5.18.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 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 UnitOfWork...

Released: Jul 8, 2021

V5.17.1930 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.
  • Updated the sqlite3.dll library that is included in the installation package to version 3.36.0.

Released: Apr 1, 2021

V5.17.1860 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.10 Preview.
  • The sqlite3.dll library that is included into the installation package has been updated to version 3.35.3.

不具合の修正

  • Fixed the bug with reading System.Byte[] instead of actual values of CHAR columns via SQLiteDataReader.

Released: Feb 18, 2021

V5.17.1836 での更新項目

機能

  • The sqlite3.dll library that is included in the installation package has been updated to version 3.34.1.
  • 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...

Released: Jan 14, 2021

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

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

V5.17.1782 での更新項目

機能

  • Microsoft Visual Studio 2019 version 16.9 Preview is now supported.
  • The sqlite3.dll library that is included into the installation package has now been updated to version 3.34.0.

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