Merge branch 'master' into release/5.11

This commit is contained in:
Eugene Sadovoi 2020-04-20 20:10:37 -07:00 коммит произвёл GitHub
Родитель 2205b4936b 24781f59e6
Коммит 53cf54c4d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,15 @@
</interceptors>
</container>
<container name="configuringInterceptorForTypeAndEmptyName">
<extension type="Interception" />
<interceptors>
<interceptor type="TransparentProxyInterceptor">
<key type="wrappable" name=""/>
</interceptor>
</interceptors>
</container>
<container name="configuringInterceptorForTypeAndName">
<extension type="Interception" />
<interceptors>

Просмотреть файл

@ -102,6 +102,7 @@ namespace Microsoft.Practices.Unity.InterceptionExtension.Configuration.Tests
}
[TestMethod]
[Ignore]
public void Then_CanConfigureDefaultInterceptor()
{
IUnityContainer container = this.ConfiguredContainer("configuringDefaultInterceptor");