Bugfix: Filter expressions used to retrieve distinct column values must be translatable to SQL
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.