服务总线迁移 .Net Framework 到 .Net Standard 2.0

Service Bus Migration .Net Framework to .Net Standard 2.0

3 年前,我参与了一个使用服务总线的核心银行项目,它运行良好,现在我们正尝试从 .Net Framework 迁移到 .Net Standard 2.0,但我们仍然没有准确的看待事物的可行性,我只想知道.Net Standard 2.0是否支持当前版本的Service Bus。

提前谢谢你。很有帮助。

I would just like to know if the current version of Service Bus is supported by .Net Standard 2.0

这个问题可能应该反过来——新的 Azure 服务总线客户端兼容哪个版本的 .NET Standard。截至今天,它与 .NET Standard 1.3 兼容。这意味着您将没有与 .NET Standard 2.0 关联的功能。其中之一是 transaction semantics.

Future milestones 包含尚不可用的功能问题。如果您碰巧依赖这些,您可以在 GitHub 上跟踪特定的。

请注意 new client 中有一些设计更改,例如

您应该分析这些并查看它们将如何影响您的迁移。 repository is now open-sourced and it is much easier to follow up with the development team to raise issues.