Releases: loresoft/EntityFrameworkCore.Generator
Releases · loresoft/EntityFrameworkCore.Generator
Release list
v8.0.1
v8.0.0
What's Changed
- add support for .NET 10 while continuing to support .NET 8
- load database schema metadata from SchemaSaurus instead of Entity Framework Core Design
- remove direct Entity Framework Core dependencies from the tool
- add entity typeMapping configuration for mapping native database types to generated .NET types
- preserve attributes on model properties
Full Changelog: v7.0.1...v8.0.0
v8.0.0-beta.3
v8.0.0-beta.2
v8.0.0-beta.1
v7.0.1
v7.0.0
What's Changed
- add file header support
- Handle Generic types such as List<> and NpgsqlRange<> by @DavidBoone in #584
- Generate HasPrincipalKey on relationship if necessary by @DavidBoone in #575
- Add support for composite foreign keys to Parsing/MappingVisitor by @DavidBoone in #620
- support for .net 9
- update project to use nullable reference types
- Breaking change to configuration file. The database.exclude section now has a database.exclude.tables and database.exclude.columns section.
New Contributors
- @DavidBoone made their first contribution in #620
Full Changelog: v6.4.0...v7.0.0
v7.0.0-beta.4
v7.0.0-beta.3
v7.0.0-beta.2
What's Changed
- Handle Generic types such as List<> and NpgsqlRange<> by @DavidBoone in #584
- Generate HasPrincipalKey on relationship if necessary by @DavidBoone in #575
Full Changelog: v7.0.0-beta.1...v7.0.0-beta.2