With Autofac, dependencies/services are tracked if they are disposables. If they're never explicitly collected and Autofac is told to dispose and not track the instance anymore, this becomes a memory leak. References to instances are then being kept around.
With Autofac, dependencies/services are tracked if they are disposables. If they're never explicitly collected and Autofac is told to dispose and not track the instance anymore, this becomes a memory leak. References to instances are then being kept around.
┆Issue is synchronized with this Asana task