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