Skip to content

3.2.4

Latest
Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 26 Jan 14:08
· 5 commits to master since this release

FIXED: Revert of the change added in https://github.com/zzzprojects/EntityFramework.DynamicFilters/releases/tag/3.2.1 about the HistoryContext. By default, we do no longer ignore it as it was done before this change.

We added a Func to let you add your own code to choose when it should be ignored or not:

DynamicFilterManager.ShouldIgnoreDynamicFilterInterceptor = (interceptionContext) => {  /* your code that return a bool value */  };