axelheer / nein-linq

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
MIT License
521 stars 22 forks source link

"UseSqlOrTheLike" method mentioned in README.md is nowhere to be found #48

Closed marta-hryvniak-carne closed 3 months ago

marta-hryvniak-carne commented 3 months ago

The following piece of documentation is confusing:

image

There is no UseSqlOrTheLike method in the repo, no mention of it in Google.

marta-hryvniak-carne commented 3 months ago

Ok-ok. I get now that it was a placeholder. Still, it is a confusing piece of documentation.

axelheer commented 3 months ago

I'm sure, it's not the only confusing part of the documentation. Feel free to submit some improvements.