Skip to content

Issue with e-mail invitations #99

@mateoayat

Description

@mateoayat

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions