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
I'm using sqlite database. After i run project getting multiple errors on Index > SummaryData > BatchSummaryList
AggregateException: One or more errors occurred. (The LINQ expression '(GroupByShaperExpression: KeySelector: (l.BatchId), ElementSelector:(EntityShaperExpression: EntityType: Log ValueBufferExpression: (ProjectionBindingExpression: EmptyProjectionMember) IsNullable: False ) ) .Max(x => x.Gravity)' 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 either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync().
InvalidOperationException: The LINQ expression '(GroupByShaperExpression: KeySelector: (l.BatchId), ElementSelector:(EntityShaperExpression: EntityType: Log ValueBufferExpression: (ProjectionBindingExpression: EmptyProjectionMember) IsNullable: False ) ) .Max(x => x.Gravity)' 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 either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync().
The text was updated successfully, but these errors were encountered:
What version of Entity Framework Core are you using and what platform did you build/deploy this on? i.e. did you 'upgrade' the version to the .Net Core 5 versions - there were some breaking changes in the Core 5 version which I've not coded around.
I'm using sqlite database. After i run project getting multiple errors on Index > SummaryData > BatchSummaryList
AggregateException: One or more errors occurred. (The LINQ expression '(GroupByShaperExpression: KeySelector: (l.BatchId), ElementSelector:(EntityShaperExpression: EntityType: Log ValueBufferExpression: (ProjectionBindingExpression: EmptyProjectionMember) IsNullable: False ) ) .Max(x => x.Gravity)' 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 either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync().
InvalidOperationException: The LINQ expression '(GroupByShaperExpression: KeySelector: (l.BatchId), ElementSelector:(EntityShaperExpression: EntityType: Log ValueBufferExpression: (ProjectionBindingExpression: EmptyProjectionMember) IsNullable: False ) ) .Max(x => x.Gravity)' 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 either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync().
The text was updated successfully, but these errors were encountered: