Skip to content

Releases: efcore/EFCore.VisualBasic

8.0.0

07 Mar 12:59
dcb50bc
Compare
Choose a tag to compare

Update to EF Core 8

What's Changed

  • Start working on v8 by @lorcQc in #91
  • Continue v8 by @lorcQc in #92
  • Fix typo by @InteXX in #93
  • Generate jsonValueReaderWriter, sentinel and Enum stuff in compiled model by @lorcQc in #94
  • Add complex property support to migration and relational model by @lorcQc in #95
  • Add LinqToVisualBasicSyntaxTranslator by @lorcQc in #97
  • Compiled models - ValueComparer/ValueConverter by @lorcQc in #98
  • Finish runtime model stuff by @lorcQc in #99
  • Minor code cleanup by @lorcQc in #100
  • Preparing v8 release by @lorcQc in #101

New Contributors

Full Changelog: 7.0.0...8.0.0

7.0.0

18 Jan 20:05
ae3adfa
Compare
Choose a tag to compare
  • Update to EF Core 7.0
    • Add customizable T4 templates

6.0.0-beta.2

08 Nov 20:55
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release
  • Updated to EF Core 6 GA
  • Fixed compile error caused by a dependency on the design-time assembly
  • Added a NuGet dependency on Microsoft.EntityFrameworkCore.Design

6.0.0-alpha.1

18 Oct 18:15
2cced20
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release
  • Support EF Core 6
  • Compiled models
  • Many-to-many relationships in scaffolding
  • DateOnly and TimeOnly

5.0.0-alpha.3

18 Oct 18:07
46d946b
Compare
Choose a tag to compare
5.0.0-alpha.3 Pre-release
Pre-release
  • Fix a few instances of missing metadata
  • Fix more syntax bugs
  • Update uniquifier to be case-insensitive

5.0.0-alpha.2

03 Jun 16:54
78b40ea
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release
  • Fixes several syntax bugs
  • Uses Date instead of DateTime
  • Fixes some globalization bugs

5.0.0-alpha.1

05 May 22:00
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release
  • Supports scaffolding VB models and migrations