Closed kodithuwa closed 5 years ago
Hello @kodithuwa ,
The EF Dynamic Filter doesn't support yet EF Core.
I believe starting from EF Core 3.x, Microsoft re-added Interceptor so we could maybe try to make this feature compatible but at the same time, EF Core has their own filter logic so I'm not sure if that really worth the effort.
Let me know if that answers correctly to your question.
Best Regards,
Jonathan
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
Hi @JonathanMagnan, I have the same issue. my project use .net core 3.1.2 and installed DynamicFilters for my .net core project but it does not work and not found when injecting Thanks, Thuy Doan
Hello @ninetailedfox494 ,
Unfortunately, we have not ported yet this library to EF Core. We might want to do it for EF Core 5
depending on how the Filter already built-in on EF Core evolve.
Hi, I have installed DynamicFilters for my .net core project, but also it asks to install EF 6.0, Is it essential to install EF 6.0 for work DynamicFilters in dotnet core environment? My current EF Core version is 2.2.6 Thanks Chaminda