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 use SQL Server and not some in-memory stuff like the article deals with.
If I aim for doing a simple groupBy like http://localhost:5000/odata/Orders?$apply=groupby((Customer/Name), aggregate($count as OrderCount)) I receive an exception like:
System.InvalidOperationException: Processing of the LINQ expression 'GroupByShaperExpression:
...
' by 'RelationalProjectionBindingExpressionVisitor' failed. This may indicate either a bug or a limitation in EF Core. See https://go.microsoft.com/fwlink/?linkid=2101433 for more detailed information.