skip to Main Content

Asp.net – Invalid LINQ Expression … could not be translated

I don't know why, when I execute this LINQ request, this exception is returned : System.InvalidOperationException: The LINQ expression '__ids_0 .Contains(StructuralTypeShaperExpression: Patron.Domain.RoleAggregate.Role ValueBufferExpression: ProjectionBindingExpression: EmptyProjectionMember IsNullable: False .Id.Value)' could not be translated. That is the code : public async Task<List<Role>>…

VIEW QUESTION
Back To Top
Search