-
Notifications
You must be signed in to change notification settings - Fork 302
Upgrade Guide: Reflect changes in service registration in NServiceBus v10 #7984
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danielmarbach
commented
Jan 7, 2026
danielmarbach
commented
Jan 7, 2026
danielmarbach
commented
Jan 7, 2026
DavidBoike
reviewed
Jan 7, 2026
andreasohlund
approved these changes
Jan 8, 2026
Added guidance on refactoring code to improve separation of concerns and dependency injection practices in NServiceBus.
Co-authored-by: David Boike <david.boike@gmail.com>
Co-authored-by: Andreas Öhlund <andreas.ohlund@particular.net>
f5ec9ff to
83a1099
Compare
danielmarbach
commented
Jan 8, 2026
danielmarbach
commented
Jan 8, 2026
andreasohlund
approved these changes
Jan 8, 2026
DavidBoike
approved these changes
Jan 8, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to the changes introduced in
Particular/NServiceBus#7439
Particular/NServiceBus#7445
Particular/NServiceBus#7428
Particular/NServiceBus#7516
Particular/NServiceBus.CustomChecks#635
This pull request updates the NServiceBus v10 upgrade documentation to clarify how infrastructure components (such as handlers, sagas, behaviors, installers, and custom checks) are registered and resolved. The documentation now emphasizes that these components are no longer registered in the service collection, aligning NServiceBus with modern .NET architectural practices and principles such as the Dependency Inversion Principle and the Hollywood Principle. The changes explain the rationale, impact, required code adjustments, and benefits for users upgrading to v10.
Service registration and architectural changes:
IServiceProvideris no longer possible.Benefits and alignment with .NET practices: