EF Core 6.0 Preview 2
Pre-release
Pre-release
rbhanda
released this
11 Mar 19:25
·
5164 commits
to main
since this release
EF Core 6.0 preview 2 is available from NuGet.
New features in preview 2 include:
- Preserve synchronization context in SaveChangesAsync
- Translate String.Concat with multiple arguments
- Smoother integration with System.Linq.Async
- More flexible free-text search
Preview 2 also includes the following new features from preview 1:
- UnicodeAttribute
- PrecisionAttribute
- EntityTypeConfigurationAttribute
- Translate ToString on SQLite
- EF.Functions.Random
- Support for SQL Server sparse columns
- In-memory database: validate required properties are not null
- Improved SQL Server translation for IsNullOrWhitespace
- Database comments are scaffolded to code comments
The .NET Blog announcement has installation instructions and full details.