Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Azure在线代码编辑器中添加包_Azure_Azure Web App Service_Azure Language Understanding - Fatal编程技术网

在Azure在线代码编辑器中添加包

在Azure在线代码编辑器中添加包,azure,azure-web-app-service,azure-language-understanding,Azure,Azure Web App Service,Azure Language Understanding,我想在我的Luis Web应用程序Bot中使用。但是当我加上 using RestSharp; 对 BasicLuisDialog.cs 然后在控制台中通过build.cmd构建程序集,我得到 找不到类型或命名空间名称“RestSharp” 如何在Azure online code editor中添加程序集引用?您可以将以下行添加到packages.config文件中:,然后再次从控制台运行生成 您是否通过NuGet软件包管理器安装了NuGet软件包,或者在解决方案资源管理器中右键单击解决方案

我想在我的Luis Web应用程序Bot中使用。但是当我加上

using RestSharp;

BasicLuisDialog.cs

然后在控制台中通过build.cmd构建程序集,我得到

找不到类型或命名空间名称“RestSharp”


如何在Azure online code editor中添加程序集引用?

您可以将以下行添加到packages.config文件中:
,然后再次从控制台运行生成

您是否通过NuGet软件包管理器安装了NuGet软件包,或者在解决方案资源管理器中右键单击解决方案并选择“为解决方案管理NuGet软件包”?请检查我是否知道如何在本地执行此操作。问题发生在Azure在线代码编辑器中-请查看更新的问题。我已切换到continuos集成工作流以避免此类解决方法