zzzprojects / EntityFramework.DynamicFilters

Global filtering for Entity Framework.
https://entityframework-dynamicfilters.net/
MIT License
501 stars 86 forks source link

Entity Framework Dynamic Filters not working in dot net core #160

Closed kodithuwa closed 5 years ago

kodithuwa commented 5 years ago

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

JonathanMagnan commented 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 ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

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

ninetailedfox494 commented 4 years ago

Hi @JonathanMagnan, I have the same issue. image 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

JonathanMagnan commented 4 years ago

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.