Accessing DbSet.Local with context pooling causes a memory leak #29164
Labels
area-dbcontext
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
LocalViewListener._viewActions
are not reset when a context is returned to the context pool. This means, every timeDbSet<T>.Local
is called, a "viewAction" is insertedLocalViewListener._viewActions
, which causes a memory leak..NET Interactive dib script to reproduce the leak
The text was updated successfully, but these errors were encountered: