Giter VIP home page Giter VIP logo

Comments (4)

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Hello @Mat3oo ,

Is this query working without our library? So purely with LINQ? It looks more like some limitations about how the expression is handled in Entity Framework.

If you think I'm wrong, do you think you could provide a runnable project with this issue? It will help my developer to make sure he debug the same issue as you instead of creating a new model that might be different than yours.

Best Regards,

Jon


Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

from entityframework-classic.

Mat3oo avatar Mat3oo commented on June 12, 2024

Is this query working without our library? So purely with LINQ? It looks more like some limitations about how the expression is handled in Entity Framework.

Yes, it's working with pure LINQ

If you think I'm wrong, do you think you could provide a runnable project with this issue? It will help my developer to make sure he debug the same issue as you instead of creating a new model that might be different than yours.

Here is repo (master branch) replicating this issue.

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Thank you for the project @Mat3oo ,

We will look at it.

I better understand your last issue as well now.

Btw, is there a reason why you use EF Classic when you don't use it?

It looks more like you want to use the following library: https://eval-expression.net/ (which is referenced by EF Classic)

from entityframework-classic.

JonathanMagnan avatar JonathanMagnan commented on June 12, 2024

Mat3oo, happy to hear your issue is resolved,

Let me know if you have any questions.

Best regards,

Jon

from entityframework-classic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.