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 9f3104a commit ea27cc0Copy full SHA for ea27cc0
src/WebJobs.Script/Description/CSharp/FunctionMetadataResolver.cs
@@ -56,8 +56,10 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver
56
{
57
"System",
58
"System.Collections.Generic",
59
+ "System.IO",
60
"System.Linq",
61
"System.Net.Http",
62
+ "System.Threading.Tasks",
63
"Microsoft.Azure.WebJobs",
64
"Microsoft.Azure.WebJobs.Host"
65
};
0 commit comments