Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to NServiceBus 9 #3986

Merged
merged 11 commits into from Mar 7, 2024
Merged

Update to NServiceBus 9 #3986

merged 11 commits into from Mar 7, 2024

Conversation

bording
Copy link
Member

@bording bording commented Mar 2, 2024

This PR updates ServiceControl to use NServiceBus 9 and uses the MSMQ source packages provided by NSB9 to bring back the MSMQ support.

@bording bording marked this pull request as ready for review March 6, 2024 18:43

var app = hostBuilder.Build();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a general comment. Not something we have to address though. I was wondering if it would still be better from a code flow perspective to do using. The app is disposable and from that perspective it would make sense to add a using. Otherwise we are relying on knowledge of implementation details of RunAsync which I'm a little bit on the fence but I can see the argument of "yeah but how the code is right now is more aligned with the default templates of MS that also relies on RunAsync doing the dispose"

@danielmarbach danielmarbach merged commit bcd7353 into master Mar 7, 2024
19 checks passed
@danielmarbach danielmarbach deleted the nsb9 branch March 7, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants