Skip to content

Commit ea27cc0

Browse files
committed
Adding System.IO and System.Threading.Tasks to the list of default imports.
1 parent 9f3104a commit ea27cc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebJobs.Script/Description/CSharp/FunctionMetadataResolver.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver
5656
{
5757
"System",
5858
"System.Collections.Generic",
59+
"System.IO",
5960
"System.Linq",
6061
"System.Net.Http",
62+
"System.Threading.Tasks",
6163
"Microsoft.Azure.WebJobs",
6264
"Microsoft.Azure.WebJobs.Host"
6365
};

0 commit comments

Comments
 (0)