You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to support LocalDateTime.Date part? The behavior should be the same as DateTime.Date.
Usage example:
// Created property is of LocalDateTime typeItems.Where(x =>x.Created.Date== ...)Items.Where(x =>x.Created.Date<= ...)
For now (v7.0.0) this fails with: "The LINQ expression '...' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information."
The text was updated successfully, but these errors were encountered:
Would it be possible to support
LocalDateTime.Date
part? The behavior should be the same asDateTime.Date
.Usage example:
For now (v7.0.0) this fails with: "The LINQ expression '...' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information."
The text was updated successfully, but these errors were encountered: