I am using EntityFramework.DynamicFilters in my application. I observed my application throw memory exception after 4 to 5 days.
DynamicParamFilter hold memory in Gen2 and keeps on adding more Objects in Gen2, and application crashes when there is no further space for .NET.
