Open gizadirov opened 4 years ago
Hello @gizadirov ,
Thank you for reporting, we successfully reproduced the issue.
We will look if we can make both features work together.
Best Regards,
Jon
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function
Hello @gizadirov ,
We tried to make it work but unfortunately, the IncludeOptimized
requires a ChangeTracker
to work correctly and the Cache
feature requires to don't use a ChangeTracker
since entities returned cannot be dependent from a Context.
So at this moment, there is nothing we can do for it ;(
Best Regards,
Jon
Description
Exception
Further technical details