We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5284d4e commit dc10079Copy full SHA for dc10079
WebApiClientCore/BuildInProxies/HttpApiFactory.cs
WebApiClientCore/HttpApi.cs
@@ -64,7 +64,7 @@ public static THttpApi Create<THttpApi>(HttpClientContext httpClientContext)
64
/// <returns></returns>
65
public static THttpApi Create<THttpApi>(IActionInterceptor actionInterceptor)
66
{
67
- return HttpApiFactory.Create<THttpApi>(actionInterceptor);
+ return new HttpApiEmitActivator<THttpApi>().CreateInstance(actionInterceptor);
68
}
69
70
0 commit comments