.net 核心 3.0 上的 Azure Functions

Azure Functions on .net core 3.0

现在 .Net Core 3.0 已经发布了 Azure Functions on core3 的故事是什么?

当我尝试将项目翻转到 <TargetFramework>netcoreapp3.0</TargetFramework> 它在 2.2 上仍然报告为 运行。

如果我尝试访问 3.0 的 api,它只会爆炸,这是有道理的,因为尽管有项目设置,它似乎仍在运行。

Azure Functions 尚不可用于 .NET CORE 3。有关详细信息,请查看 here

更新

Azure Functions 3.0 预览版现已推出!

有关如何在 Azure 上使用预览版以及如何在本地使用 3.0 工具的说明,请参阅此 post: https://dev.to/azure/develop-azure-functions-using-net-core-3-0-gcm

更新 2

Azure Functions 3.0 自 2019 年 12 月 9 日起正式发布。

有关迁移说明,请参阅文档:https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions

昨天 (09.12.2019),Microsoft announced the Azure Functions 3.0 go-live release 支持具有长期支持 (LTS) 的 .NET Core 3.1。

2020 年 3 月 3 日,对 .NET Core 3.0 的支持结束 - 因此对于阅读本文的任何人,您应该使用 .NET Core 3.1 和 Azure Functions 3.0

进一步阅读:How and why you should upgrade your .NET Azure Functions to 3.0