Released: Mar 1, 2023
Updates in V6.1.134
Features
- Microsoft Visual Studio 2022 version 17.5 Preview is now supported.
- Added Microsoft .NET 7 compatibility.
- Added encryption support for SQLite databases including AES-128, AES-192, AES-256, Blowfish, CAST-128, RC4 and Triple DES.
- Updated description of the password field in SQLite connection editor.
Microsoft Entity Framework support
- Entity Framework Core 7.0.2 is now supported.
- Entity Framework Core 6.0.13 is now supported.
- Entity Framework Core 3.1.32 is now supported.
Entity Developer...
Released: Jun 30, 2022
Updates in V6.0.0
Features
- Added Microsoft .NET 6 compatibility.
- Added support for Apple macOS 11 Arm64 (or "Apple Silicon" or "Apple M1").
- Added support for Microsoft Windows 11.
- Added support for Microsoft Visual Studio 2022 version 17.2 and 17.3 Preview.
Entity Framework
- Added Entity Framework Core 6.0.5, 5.0.17 and 3.1.25 support.
Released: Jan 25, 2022
Updates in V5.19.2066
Features
- Added support for Microsoft .NET 6.0.
Entity Developer
- Changed behavior: Turning off the "Save connection to" option in Model Settings of Entity Framework Core Model wipes out connection string literal from the generated code.
Fixes
Entity Framework support
- Fixed the bug with generating the "Value cannot be null" error when dropping indexes via Code-First Migrations in Entity Framework Core.
- Fixed the bug with a materialization used within the Let operator of LINQ query in Entity...
Released: Dec 21, 2021
Updates in V5.19.2042
Features
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.
Fixes
Entity Developer
- Fixed the bug with wrong...
Released: Nov 9, 2021
Updates in V5.18.2014
Features
Entity Framework support
- Added support for Entity Framework Core 5.0.12.
- Added support for Entity Framework Core 3.1.21.
Fixes
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
Updates in V5.18.2001
Features
- 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...
Released: Sep 28, 2021
Updates in V5.18.1985
Features
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
Updates in V5.17.1930
Features
- 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
Updates in V5.17.1860
Features
- 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.
Fixes
- Fixed the bug with reading System.Byte[] instead of actual values of CHAR columns via SQLiteDataReader.
Released: Feb 18, 2021
Updates in V5.17.1836
Features
- 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...