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 d15b3e3 commit c3fcdd1Copy full SHA for c3fcdd1
src/WebJobs.Script/Description/CSharp/FunctionMetadataResolver.cs
@@ -41,7 +41,8 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver
41
typeof(IAsyncCollector<>).Assembly.Location, /*Microsoft.Azure.WebJobs*/
42
typeof(JobHost).Assembly.Location, /*Microsoft.Azure.WebJobs.Host*/
43
typeof(CoreJobHostConfigurationExtensions).Assembly.Location, /*Microsoft.Azure.WebJobs.Extensions*/
44
- typeof(System.Web.Http.ApiController).Assembly.Location /*System.Web.Http*/
+ typeof(System.Web.Http.ApiController).Assembly.Location, /*System.Web.Http*/
45
+ typeof(System.Net.Http.HttpClientExtensions).Assembly.Location /*System.Net.Http.Formatting*/
46
};
47
48
private static readonly Assembly[] SharedAssemblies =
0 commit comments