Releases: efcore/EFCore.VisualBasic
Releases · efcore/EFCore.VisualBasic
8.0.0
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
6.0.0-beta.2
- 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
- Support EF Core 6
- Compiled models
- Many-to-many relationships in scaffolding
DateOnly
andTimeOnly
5.0.0-alpha.3
- Fix a few instances of missing metadata
- Fix more syntax bugs
- Update uniquifier to be case-insensitive
5.0.0-alpha.2
- Fixes several syntax bugs
- Uses
Date
instead of DateTime - Fixes some globalization bugs
5.0.0-alpha.1
- Supports scaffolding VB models and migrations