You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the fact that Microsoft Dependency injection holds on to a reference to everything that implements IDisposable, so when we new-up instances that are transient they never get garbage collected.
This is due to the fact that Microsoft Dependency injection holds on to a reference to everything that implements IDisposable, so when we new-up instances that are transient they never get garbage collected.
dotnet/runtime#66483
The text was updated successfully, but these errors were encountered: