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

Check that UseNServiceBus is only used once on the same host #83

Merged
merged 6 commits into from Aug 7, 2020

Conversation

danielmarbach
Copy link
Contributor

@danielmarbach danielmarbach commented Aug 6, 2020

Verifies that UseNServiceBus can only be used once-only on the same host. The rational is that if you use it multiple times on the same host subsequent calls will silently override the service collection bindings of the previous calls leading to unnecessary confusing. UseNServiceBus is not suitable for multi-endpoint hosting.

@danielmarbach danielmarbach added the Improvement New feature or request label Aug 6, 2020
@danielmarbach danielmarbach added this to the 1.1.0 milestone Aug 6, 2020
andreasohlund
andreasohlund previously approved these changes Aug 6, 2020
@danielmarbach danielmarbach changed the title Check that UseNserviceBus is only used once on the same host Check that UseNServiceBus is only used once on the same host Aug 6, 2020
@HEskandari HEskandari merged commit 393e4ff into master Aug 7, 2020
@HEskandari HEskandari deleted the check-already-used branch August 7, 2020 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants