简体   繁体   中英

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 .

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

The question probably should be inverted - what version of .NET Standard the new Azure Service Bus client is compliant with. As of today, it's compliant with .NET Standard 1.3. This means you won't have the features that are associated with .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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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