Releases: efcore/EFCore.VisualBasic
Releases · efcore/EFCore.VisualBasic
8.0.0
Sorry, something went wrong.
No results found
ErikEJ
released this
07 Mar 12:59
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
Sorry, something went wrong.
No results found
- Update to EF Core 7.0
- Add customizable T4 templates
6.0.0-beta.2
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- Support EF Core 6
- Compiled models
- Many-to-many relationships in scaffolding
- DateOnly and TimeOnly
5.0.0-alpha.3
Sorry, something went wrong.
No results found
- Fix a few instances of missing metadata
- Fix more syntax bugs
- Update uniquifier to be case-insensitive
5.0.0-alpha.2
Sorry, something went wrong.
No results found
- Fixes several syntax bugs
- Uses Date instead of DateTime
- Fixes some globalization bugs
5.0.0-alpha.1
Sorry, something went wrong.
No results found
- Supports scaffolding VB models and migrations