Browse Source

Update framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs

Co-authored-by: Halil İbrahim Kalkan <hikalkan@gmail.com>
pull/4345/head
Necati Meral 6 years ago
committed by GitHub
parent
commit
39770a90f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs

2
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);
}
}

Loading…
Cancel
Save