EF Core 7.0 (EF7) Preview 1
Pre-release
Pre-release
rbhanda
released this
17 Feb 18:51
·
3526 commits
to main
since this release
EF Core 7.0 (EF7) preview 1 is available from NuGet
Preview 1 does not contain any big new features. However, preview 1 does contain 29 bug fixes and 30 smaller enhancements, including:
- Support for index ordering (ASC/DESC)
- Support "non-rooted" query expressions in compiled queries
- Property/Reference/etc overloads that take IProperty/INavigation
- Distinguish cancellation from failure to allow different logging strategies
- Lift table from subquery when joining if no additional operations
- DiagnosticSuppressor for CS8618 for DbSet properties
- Stop generating a default DbContext constructor when using dotnet ef dbcontext scaffold --no-onconfiguring
- Robust and extensible SQL precedence/parentheses mechanism
- Translation for string.IndexOf(string, int)
- Support SqlNullabilityProcessor and COALESCE with more than two arguments
- Support Contains when using a IReadOnlySet
- Overload of EnableRetryOnFailure that allows specifying errorCodesToAdd without count / delay
See GitHub for all issues resolved in preview 1.