v0.3.0
Pre-release
Pre-release
·
119 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Features
- EF Core
ExecuteUpdatesupport —IRewritableQueryable<T>now supportsExecuteUpdateandExecuteUpdateAsyncwith full expression rewriting, enabling modern C# syntax in bulk update statements. (#6) - Automatic DbSet discovery — New
ExpressiveDbSetDiscoveryConventionautomatically discoversExpressiveDbSet<T>properties on your DbContext, removing the need for manual configuration.
Improvements
- More precise generic type-parameter disambiguation in reflection lookups using
IsGenericParameter. - Use
StringBuilderinReflectionFieldCachefor parameter check generation. - Improved test coverage for the EXP0013 diagnostic.
Breaking Changes
- The opt-in method for enabling expressives has been renamed. Update your call sites accordingly.
Docs
- Added EF Core guide for ExecuteUpdate usage.
Full Changelog: v0.2.1...v0.3.0