-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
While inviting a new user with the current develop branch, the following exception is thrown.
An unhandled exception occurred while processing the request.
InvalidOperationException: The LINQ expression 'DbSet
.Where(a => string.Compare(
strA: a.Email,
strB: __viewModel_Email_0,
ignoreCase: True) == 0)' 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(). See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
Is this caused by the update to .NET 3.1? Has anyone else had this issue so far?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels