This commit is contained in:
Родитель
9e4c9dfe9c
Коммит
198b2526a2
|
@ -103,6 +103,7 @@ namespace Unity.Container.Lifetime
|
||||||
lock (_items)
|
lock (_items)
|
||||||
{
|
{
|
||||||
disposables = _items.OfType<IDisposable>()
|
disposables = _items.OfType<IDisposable>()
|
||||||
|
.Distinct()
|
||||||
.Reverse()
|
.Reverse()
|
||||||
.ToArray();
|
.ToArray();
|
||||||
_items.Clear();
|
_items.Clear();
|
||||||
|
|
|
@ -4,9 +4,7 @@ using Unity.Builder;
|
||||||
using Unity.Builder.Strategy;
|
using Unity.Builder.Strategy;
|
||||||
using Unity.Exceptions;
|
using Unity.Exceptions;
|
||||||
using Unity.Lifetime;
|
using Unity.Lifetime;
|
||||||
using Unity.Policy;
|
|
||||||
using Unity.Registration;
|
using Unity.Registration;
|
||||||
using Unity.Storage;
|
|
||||||
|
|
||||||
namespace Unity.Strategies
|
namespace Unity.Strategies
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче