I am facing an error in Azure Portal Function Apps written in C# script.
error CS0103: The name 'ZipFile' does not exist in the current context
I try to use nuget.exe install System.IO.Compression.FileSystem.dll, but I cant add that package either. Error is as bellow.
D:\home\site\wwwroot Unable to find package 'System.IO.Compression.FileSystem.dll'
Please help me.
Thanks.