Releases: DevExpress/DevExtreme.AspNet.Data
Releases · DevExpress/DevExtreme.AspNet.Data
Release list
2.8.0
Changelog
Packages
2.7.2
Changelog
ConvertClientValue- useIsAssignableFrom(#452)- Compatible with EF Core 5 RC2 (#453)
Packages
2.7.1
Changelog
- New property
IBinaryExpressionInfo.StringToLower- Suggested by @Franki1986 (#444) - Compatible with EF Core 5 RC1 (#446)
Packages
2.7.0
Changelog
- You can now return a
PromisefromonBeforeSend- Suggested by @CBlaize (#440) - EF Core 5 will allow remote
AVGaggregate - Check with a daily build (#441) - Runtime integration with
System.Linq.Dynamic.Core.DynamicClass- Allows > 32 items in remote group and remote select expressions (#439)
Packages
2.6.2
2.6.1
Changelog
- New option:
DataSourceLoadOptionsBase.ExpandLinqSumType(#398).
Resolves the overflow error for theSUMaggregate.
Enabled by default for EF, EF Core 3, XPO. - Case-insensitive string comparison in
DataSourceLoadContext.FullSelect(#400, #401, contributed by @SteveLemire) - Support
Skip/Takewith single-level grouping (#404, resolves https://devexpress.com/issue=T844633). - Two new options that may come in handy if you use
DataSourceLoaderin a library.
For example... in DevExpress Blazor Components!