Skip to content

Releases: loresoft/EntityFrameworkCore.Generator

v7.0.0

03 Jun 04:11
Compare
Choose a tag to compare

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

Full Changelog: v6.4.0...v7.0.0

v7.0.0-beta.4

02 Jun 21:58
Compare
Choose a tag to compare
v7.0.0-beta.4 Pre-release
Pre-release

v7.0.0-beta.3

28 May 15:19
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release
  • add file header support

Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3

v7.0.0-beta.2

27 May 20:24
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

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

v7.0.0-beta.1

18 May 17:20
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • 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

Full Changelog: v6.4.0...v7.0.0-beta.1

v6.4.0

09 Jul 17:40
Compare
Choose a tag to compare

Full Changelog: v6.3.0...v6.4.0

v6.3.0

10 May 18:02
94e6220
Compare
Choose a tag to compare

Full Changelog: v6.2.0...v6.3.0

v6.2.0

23 Mar 01:47
Compare
Choose a tag to compare

What's Changed

  • Fixes #541 Remove Entity name and baseclass properties because of duplication by @ArnaudB88 in #542
  • Pacoweb master by @pwelter34 in #553
  • Added support to Spatial Data on theses providers: SqlServer, Sqlite, PostgreSQL and MySql by @pacoweb in #290
  • Fixes #551 Allows user passwords with accolade by @ArnaudB88 in #552

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

26 Feb 02:45
Compare
Choose a tag to compare

Full Changelog: v6.0.2...v6.1.0

v6.0.2

14 Feb 20:44
303c09f
Compare
Choose a tag to compare

Full Changelog: v6.0.1...v6.0.2