c# - 我在 ASP.NET Web 应用程序 (.NET Framework) 中看不到 Azure 移动应用程序模板

标签 c# asp.net azure visual-studio-2019

我正在尝试按照本文创建 Xamarin Forms 后端:https://adrianhall.github.io/develop-mobile-apps-with-csharp-and-azure/chapter1/firstapp_pc/#the-mobile-backend 。在本文中,作者正在创建一个新的 ASP.NET Web 应用程序(.NET Framework),其中有 Azure 移动应用程序模板作为可供选择的选项:

enter image description here .

当我尝试重新创建同一项目时,我在 Visual Studio 2019 中没有看到相同数量的模板:

enter image description here

  1. Visual Studio 2019 版本 16.10.4
  2. Visual Studio 安装程序:
  • 已安装 Azure 开发。
  • 已安装 ASP.NET 和 Web 开发
  • 使用 .NET 进行移动开发(Xamarin 开发)。

ASP.NET Web 应用程序(.NET Framework)中的 Azure 移动模板是否有任何更改?如果有,可以使用什么替代?

最佳答案

用于创建 Xamarin 的 Azure 移动应用项目模板 Backend is not available在 Visual Studio 2019 16.1.1 中。

它之前可通过 Visual Studio 2017 使用
模板 > Visual C# > 云 > ASP. NET Web 应用程序 (.NET Framework) > Azure 移动应用程序。

您可以关注此更新Document了解更多信息。

关于c# - 我在 ASP.NET Web 应用程序 (.NET Framework) 中看不到 Azure 移动应用程序模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68596539/

相关文章:

asp.net - 我可以添加三个以上的 web.config 转换吗?

azure - C# 中的 SDK 的可用性可用于通过 Azure API 管理删除缓存

c# - 从网站保存网络摄像头图像

c# - 解码 XML 时 base64 字符串中的无效字符

c# - C# 应用程序中的 Azure 服务故障日志

asp.net - 用于查找 ASP.NET 标记错误的工具?

c# - 尝试在 WebJob 中使用 TempPath 时出错

deployment - 从 Eclipse 构建 Azure 部署包失败

c# - 测试依赖 MEF 注入(inject)的非导出类

c# - C# 的检查样式?