You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
the AzureServicebus plugin for FluentStorage is implemented with the package Microsoft.Azure.ServiceBus wich is deprecated since 2021. I cannot use it in any of my projects cause conflicts with outated references: Version conflict detected for System.IdentityModel.Tokens.Jwt. I
Should my PR replace the current plugin (there would be breaking changes, is inevitable) or should i make a new package FluentStorage.Azure.Messaging.ServiceBus (wich is similar to the name of the new Microsoft package) e maintain the older for retrocompatibility?
The text was updated successfully, but these errors were encountered:
Need to write some more xml comments and integration test. I also added some utility method in the AzureServiceBusMessenger class to better handle queues, topics and subscriptions (to see those, we need to cast the messenger to IAzureMessagingServiceBusMessenger ).
Hello,
the AzureServicebus plugin for FluentStorage is implemented with the package
Microsoft.Azure.ServiceBus
wich is deprecated since 2021. I cannot use it in any of my projects cause conflicts with outated references:Version conflict detected for System.IdentityModel.Tokens.Jwt. I
Also there are missing functionalities, in the wiki we have this:
But in realty only these methods are currently implemented:
Plus i'm not 100% sure that sending directly to subiscriptions will work with the actual code.
I'm implementing a PR wich fixes everything and use the current, supported package.
Should my PR replace the current plugin (there would be breaking changes, is inevitable) or should i make a new package
FluentStorage.Azure.Messaging.ServiceBus
(wich is similar to the name of the new Microsoft package) e maintain the older for retrocompatibility?The text was updated successfully, but these errors were encountered: