From 39770a90f78f4ca9df75e9b3bc7e17d2f671e5ce Mon Sep 17 00:00:00 2001 From: Necati Meral Date: Mon, 15 Jun 2020 08:47:46 +0200 Subject: [PATCH] Update framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Halil İbrahim Kalkan --- .../ServiceCollectionDynamicHttpClientProxyExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs b/framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs index 3a2432a737..e20b60bf54 100644 --- a/framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs +++ b/framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs @@ -201,7 +201,7 @@ namespace Microsoft.Extensions.DependencyInjection return type.IsInterface && type.IsPublic - && type.IsGenericType + && !type.IsGenericType && typeof(IRemoteService).IsAssignableFrom(type); } }