简体   繁体   English

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

[英]Service Bus Migration .Net Framework to .Net Standard 2.0

3 years ago, I worked on a corebanking project where we used Service Bus and it worked very well, and now we are trying to make a migration From .Net Framework to .Net Standard 2.0 but we still do not have an accurate view on the feasibility of things, I would just like to know if the current version of Service Bus is supported by .Net Standard 2.0 . 3 年前,我参与了一个使用 Service Bus 的 corebanking 项目,效果很好,现在我们正在尝试从 .Net Framework 迁移到 .Net Standard 2.0,但我们仍然没有准确的看法事情的可行性,我只想知道当前版本的 Service Bus 是否受 .Net Standard 2.0 支持。

Thank you in advance.先感谢您。 of great help.有很大帮助。

I would just like to know if the current version of Service Bus is supported by .Net Standard 2.0我只想知道 .Net Standard 2.0 是否支持当前版本的服务总线

The question probably should be inverted - what version of .NET Standard the new Azure Service Bus client is compliant with.问题可能应该倒过来 - 新的 Azure 服务总线客户端符合什么版本的 .NET Standard。 As of today, it's compliant with .NET Standard 1.3.截至今天,它符合 .NET Standard 1.3。 This means you won't have the features that are associated with .NET Standard 2.0.这意味着您将没有与 .NET Standard 2.0 相关的功能。 One of those would be transaction semantics .其中之一是 事务语义

Future milestones contain issues for features that are not available yet.未来的里程碑包含尚不可用功能的问题。 You can track specific ones on GitHub if you happened to rely on those.如果你碰巧依赖这些,你可以在 GitHub 上跟踪特定的。

Note that there were some design changes in the new client such as请注意,新客户端中有一些设计更改,例如

You should analyze those and review how they will affect your migration.您应该分析这些并查看它们将如何影响您的迁移。 The repository is now open-sourced and it is much easier to follow up with the development team to raise issues .存储库现在是开源的,并且可以更轻松地与开发团队跟进以提出问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM