Base solution for your next web application
Open Closed

Update the Entityframework Dynamic Filter #1446


User avatar
0
maharatha created

I was trying to update the Entityframework Dynamic Filter nuget package to 2.2 from 1.4 which Abp uses and I came across the below issues :

Method not found: 'Void EntityFramework.DynamicFilters.DynamicFilterExtensions.Filter(System.Data.Entity.DbModelBuilder, System.String, System.Linq.Expressions.Expression1<System.Func3<!!0,!!1,Boolean>>, !!1)'.

I was trying to use :

modelBuilder.EnableFilter("UserOrg", (MyContext ctx) => !ctx.UserIsAdmin); which is supported in the latest Dynamic filter release, but due to Abp's hard dependencies i am unable to use it.

Could you please update to the latest Dynamic Filter .


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Please check this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1209">https://github.com/aspnetboilerplate/as ... ssues/1209</a>