Migrating IPolicyList t IPolicySet
This commit is contained in:
Родитель
8f8b6013e5
Коммит
5480001264
|
@ -95,6 +95,8 @@ namespace Unity.Interception.Tests.TestSupport
|
|||
|
||||
public BuilderStrategy[] BuildChain => throw new NotImplementedException();
|
||||
|
||||
public IPolicySet Registration => throw new NotImplementedException();
|
||||
|
||||
public void AddResolverOverrides(IEnumerable<ResolverOverride> newOverrides)
|
||||
{
|
||||
resolverOverrides.AddRange(newOverrides);
|
||||
|
|
Загрузка…
Ссылка в новой задаче