Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup failed: Method ToLowerInvariant() in String are not supported when convert to BsonExpression #479

Closed
rualb opened this issue Apr 4, 2024 · 2 comments

Comments

@rualb
Copy link

rualb commented Apr 4, 2024

Issue

Setup failed: Method ToLowerInvariant() in String are not supported when convert to BsonExpression
(value(Grand.Business.Customers.Services.CustomerService+<>c__DisplayClass11_0).email.ToLowerInvariant()).

Temp Solution

replacing from .ToLowerInvariant to .ToLower on using with .email and .username

Note

setup to LiteDB (vers 5.0.19)

@KrzysztofPajak
Copy link
Member

The problem is in LiteDb, I've send PR on LiteDb mbdavid/LiteDB#2468

KrzysztofPajak pushed a commit that referenced this issue Apr 7, 2024
… failed: Method ToLowerInvariant() in String are not supported when convert to BsonExpression #479
@KrzysztofPajak
Copy link
Member

@rualb please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants