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 */ };