Skip to content

Bugfix: Filter expressions used to retrieve distinct column values must be translatable to SQL

Compare
Choose a tag to compare
@Namoshek Namoshek released this 28 Apr 07:50
· 58 commits to master since this release
43427cb

As explained in #74, for EFCore to be able to translate filter expressions to SQL, they must only use projection to types with a default constructor. Since this may be seen as a breaking change and also due to the update to DataTables.NetStandard:v3.0.1, this is a major release.