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 448ade6 commit d15b3e3Copy full SHA for d15b3e3
src/WebJobs.Script/Description/CSharp/FunctionMetadataResolver.cs
@@ -36,6 +36,7 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver
36
"System.Core",
37
"System.Xml",
38
"System.Net.Http",
39
+ "Microsoft.CSharp",
40
typeof(object).Assembly.Location,
41
typeof(IAsyncCollector<>).Assembly.Location, /*Microsoft.Azure.WebJobs*/
42
typeof(JobHost).Assembly.Location, /*Microsoft.Azure.WebJobs.Host*/
0 commit comments